parent
67b00acda2
commit
316ea78944
@ -0,0 +1,14 @@
|
||||
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);
|
Loading…
Reference in new issue