diff options
author | 6 <NotZed@Ximian.com> | 2001-10-26 10:03:22 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-10-26 10:03:22 +0800 |
commit | 8b01bc9334622e0d5cf643e7c26578acc7c83a78 (patch) | |
tree | 8fc3917a8dacf23739288e8063d6286c3dcbdf05 /mail/component-factory.c | |
parent | f8b3f5bb88387f3d219d06257e1671649a5090ac (diff) | |
download | gsoc2013-evolution-8b01bc9334622e0d5cf643e7c26578acc7c83a78.tar.gz gsoc2013-evolution-8b01bc9334622e0d5cf643e7c26578acc7c83a78.tar.zst gsoc2013-evolution-8b01bc9334622e0d5cf643e7c26578acc7c83a78.zip |
Use a timeout not an idle handler.
2001-10-26 <NotZed@Ximian.com>
* component-factory.c (owner_unset_cb): Use a timeout not an idle handler.
* mail-callbacks.c (providers_config): Only set the parent window.
* mail-accounts.c (mail_edit): Set the parent on the account editor.
svn path=/trunk/; revision=14121
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 * |