You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
file-roller/open-with.patch

15 lines
423 B

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);