aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/wombat.c
diff options
context:
space:
mode:
Diffstat (limited to 'wombat/wombat.c')
-rw-r--r--wombat/wombat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wombat/wombat.c b/wombat/wombat.c
index 549948c195..47244afadb 100644
--- a/wombat/wombat.c
+++ b/wombat/wombat.c
@@ -64,7 +64,7 @@ termination_handler (gpointer data)
cal_factory_get_n_backends (cal_factory) == 0 &&
pas_book_factory_get_n_backends (pas_book_factory) == 0) {
fprintf (stderr, "termination_handler(): Terminating the Wombat. Have a nice day.\n");
- gtk_main_quit ();
+ bonobo_main_quit ();
}
termination_handler_id = 0;