From c16e468e8fb11752e9b6199a1300cc3cf0d5d6e7 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Thu, 20 Feb 2003 03:12:08 +0000 Subject: gtk_main_quit => bonobo_main_quit. 2003-02-19 Chris Toshok * wombat.c (termination_handler): gtk_main_quit => bonobo_main_quit. svn path=/trunk/; revision=19959 --- wombat/ChangeLog | 5 +++++ wombat/wombat.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wombat/ChangeLog b/wombat/ChangeLog index 73456bf121..ee9432cf88 100644 --- a/wombat/ChangeLog +++ b/wombat/ChangeLog @@ -1,3 +1,8 @@ +2003-02-19 Chris Toshok + + * wombat.c (termination_handler): gtk_main_quit => + bonobo_main_quit. + 2003-02-07 Rodney Dawes * Makefile.am: privlibexecdir not evolibexecdir for the server file 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; -- cgit