aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-component.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/addressbook-component.c')
-rw-r--r--addressbook/gui/component/addressbook-component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c
index 63e4172414..044f613580 100644
--- a/addressbook/gui/component/addressbook-component.c
+++ b/addressbook/gui/component/addressbook-component.c
@@ -380,7 +380,7 @@ owner_set_cb (EvolutionShellComponent *shell_component,
static gboolean
gtk_main_quit_cb (gpointer closure)
{
- gtk_main_quit ();
+ bonobo_main_quit ();
return TRUE;
}