Le 18/11/2013 22:26, Yosef Or Boczko a écrit : > All the icons in the right place, also the custom icons > (Close-All, Build, etc).
I rather mean icons in the Documents panel, or in file->properties. But if all look fine, that's good. Maybe you could apply the attached patch to see which icons fails to load and tell me? But that's basically just curiosity, it's indeed the icon theme that should be in cause. Cheers, Colomban
diff --git a/src/ui_utils.c b/src/ui_utils.c index ece0332..a51d994 100644 --- a/src/ui_utils.c +++ b/src/ui_utils.c @@ -2713,6 +2713,7 @@ GdkPixbuf *ui_get_mime_icon(const gchar *mime_type, GtkIconSize size) gtk_widget_path_unref(path); icon = gtk_icon_set_render_icon_pixbuf(icon_set, ctx, size); g_object_unref(ctx); + fprintf(stderr, "loaded fallback icon for MIME type %s\n", mime_type); #else icon = gtk_icon_set_render_icon(icon_set, gtk_widget_get_default_style(), gtk_widget_get_default_direction(),
_______________________________________________ Devel mailing list Devel@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/devel