diff options
Diffstat (limited to 'src/prefs.c')
-rw-r--r-- | src/prefs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs.c b/src/prefs.c index 58946c4..c9f753c 100644 --- a/src/prefs.c +++ b/src/prefs.c @@ -190,7 +190,7 @@ queue_changed (MetaPreference pref) /* add idle at priority below the gconf notify idle */ if (changed_idle == 0) - changed_idle = g_idle_add_full (G_PRIORITY_DEFAULT_IDLE + 10, + changed_idle = g_idle_add_full (META_PRIORITY_PREFS_NOTIFY, changed_idle_handler, NULL, NULL); } |