From fc0d94e1d867592311992c421eae3826c4193658 Mon Sep 17 00:00:00 2001 From: Rodney Dawes Date: Fri, 15 Nov 2002 21:44:17 +0000 Subject: Use bonobo_main_quit instead of gtk * gui/component-factory.c: Use bonobo_main_quit instead of gtk svn path=/trunk/; revision=18787 --- calendar/ChangeLog | 4 ++++ calendar/gui/calendar-component.c | 2 +- calendar/gui/component-factory.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2d3a3f061e..644ca22862 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,7 @@ +2002-11-15 Rodney Dawes + + * gui/component-factory.c: Use bonobo_main_quit instead of gtk + 2002-11-13 Federico Mena Quintero * cal-client/cal-query.c: #include diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index 5b782fa3d6..bb33a2c788 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -533,7 +533,7 @@ owner_unset_cb (EvolutionShellComponent *shell_component, shells = g_list_remove (shells, shell_component); if (g_list_length (shells) == 0) - gtk_main_quit (); + bonobo_main_quit (); } /* Computes the final URI for a calendar component */ diff --git a/calendar/gui/component-factory.c b/calendar/gui/component-factory.c index 5b782fa3d6..bb33a2c788 100644 --- a/calendar/gui/component-factory.c +++ b/calendar/gui/component-factory.c @@ -533,7 +533,7 @@ owner_unset_cb (EvolutionShellComponent *shell_component, shells = g_list_remove (shells, shell_component); if (g_list_length (shells) == 0) - gtk_main_quit (); + bonobo_main_quit (); } /* Computes the final URI for a calendar component */ -- cgit v1.2.3