]> Pileus Git - ~andy/gtk/commitdiff
Actually use a higher priority than resize
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 15 Aug 2006 18:25:35 +0000 (18:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 15 Aug 2006 18:25:35 +0000 (18:25 +0000)
gtk/gtkicontheme.c

index 8eb75cf8e452928384e1556226bfd0f488592874..92270bc459dfb13ad9eb8995174c250a73d80d95 100644 (file)
@@ -619,7 +619,7 @@ do_theme_change (GtkIconTheme *icon_theme)
 
   if (!priv->reset_styles_idle)
     priv->reset_styles_idle = 
-      g_idle_add_full (GTK_PRIORITY_RESIZE + 2, 
+      g_idle_add_full (GTK_PRIORITY_RESIZE - 2, 
                       reset_styles_idle, icon_theme, NULL);
 }