diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/component-factory.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b4f174bba6..7304fca790 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,7 @@ +2002-11-15 Rodney Dawes <dobey@ximian.com> + + * component-factory.c: Use bonobo_main_quit instead of gtk + 2002-11-15 Jeffrey Stedfast <fejj@ximian.com> * mail-composer-prefs.c (sig_edit): Correctly spell Advanced. diff --git a/mail/component-factory.c b/mail/component-factory.c index 3a3d3b727c..f6feb7357f 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -907,7 +907,7 @@ idle_quit (gpointer user_data) if (e_list_length (folder_browser_factory_get_control_list ())) return TRUE; - gtk_main_quit (); + bonobo_main_quit (); return FALSE; } |