icontheme: Add detail to the 'not found' message
Name the icon theme we're using. Fixes: #2271
This commit is contained in:
@@ -2269,7 +2269,7 @@ real_choose_icon (GtkIconTheme *self,
|
||||
{
|
||||
GTK_NOTE(ICONFALLBACK, {
|
||||
char *s = g_strjoinv (", ", (char **)icon_names);
|
||||
g_message ("No icon found for: %s", s);
|
||||
g_message ("No icon found in %s (or fallbacks) for: %s", self->current_theme, s);
|
||||
g_free (s);
|
||||
});
|
||||
icon = icon_paintable_new ("image-missing", size, scale);
|
||||
|
||||
Reference in New Issue
Block a user