diff options
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/component-factory.c b/mail/component-factory.c index e62a313912..1f9fec2a06 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -886,7 +886,7 @@ owner_unset_cb (EvolutionShellComponent *shell_component, gpointer user_data) gtk_object_unref (GTK_OBJECT (search_context)); search_context = NULL; - g_idle_add_full (G_PRIORITY_LOW, idle_quit, NULL, NULL); + g_timeout_add(100, idle_quit, NULL); } static BonoboObject * |