--- trunk/src/main.c 2009/10/26 19:55:00 143 +++ trunk/src/main.c 2009/11/03 13:15:35 156 @@ -1092,6 +1092,7 @@ const gchar *authors[] = { "Till Harbaum ", "John Stowers ", + "GCVote: Guido Wegener ", NULL }; context.dialog = g_object_new(GTK_TYPE_ABOUT_DIALOG, @@ -1300,8 +1301,8 @@ else if(cache->long_description && (what & SEARCH_DESC) && strcasestr(cache->long_description, phrase)) hit = 1; - else if(cache->owner && (what & SEARCH_OWNER) && - strcasestr(cache->owner, phrase)) + else if(cache->owner && cache->owner->name && (what & SEARCH_OWNER) && + strcasestr(cache->owner->name, phrase)) hit = 1; if(hit) {