file-roller/open-with.patch
2008-08-09 02:25:54 +00:00

15 lines
423 B
Diff

Index: src/dlg-open-with.c
===================================================================
--- src/dlg-open-with.c (revision 2411)
+++ src/dlg-open-with.c (working copy)
@@ -410,6 +411,9 @@
icon_image = get_icon_pixbuf (theme, G_THEMED_ICON (icon), icon_size);
g_object_unref (icon);
}
+ else {
+ icon_image = NULL;
+ }
gtk_list_store_append (GTK_LIST_STORE (data->app_model),
&iter);