]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkicontheme.c
Display an error when we come to the root.
[~andy/gtk] / 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);
 }