mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-16 21:50:34 +00:00
GtkIconTheme: Add more debug spew
Still trying to track down test problems in gnome-continuous.
This commit is contained in:
parent
0d402601b2
commit
72c79deb3b
@ -1354,6 +1354,17 @@ load_themes (GtkIconTheme *icon_theme)
|
||||
|
||||
g_get_current_time(&tv);
|
||||
priv->last_stat_time = tv.tv_sec;
|
||||
|
||||
GTK_NOTE (ICONTHEME, {
|
||||
GList *l;
|
||||
g_print ("Current icon themes ");
|
||||
for (l = icon_theme->priv->themes; l; l = l->next)
|
||||
{
|
||||
IconTheme *theme = l->data;
|
||||
g_print ("%s ", theme->name);
|
||||
}
|
||||
g_print ("\n");
|
||||
});
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user