Actually use a higher priority than resize

This commit is contained in:
Matthias Clasen 2006-08-15 18:25:35 +00:00
parent ce94b03def
commit 52398c8354

View 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);
}