Author: sragavan
Date: Mon Feb 18 04:29:19 2008
New Revision: 35037
URL: http://svn.gnome.org/viewvc/evolution?rev=35037&view=rev

Log:
2008-02-18  Srinivasa Ragavan  <[EMAIL PROTECTED]>

        ** Fix for bug #167638

        * mail-component.c: (impl_quit): Upstreamed Fejj's OpenSUSE patch for
        faster quitting.


Modified:
   trunk/mail/ChangeLog
   trunk/mail/mail-component.c

Modified: trunk/mail/mail-component.c
==============================================================================
--- trunk/mail/mail-component.c (original)
+++ trunk/mail/mail-component.c Mon Feb 18 04:29:19 2008
@@ -831,11 +831,14 @@
        mail_config_prune_proxies ();
        switch (mc->priv->quit_state) {
        case MC_QUIT_START: {
+               extern int camel_application_is_exiting;
                int now = time(NULL)/60/60/24, days;
                gboolean empty_junk;
 
                GConfClient *gconf = mail_config_get_gconf_client();
 
+               camel_application_is_exiting = TRUE;
+
                mail_vfolder_shutdown();
 
                mc->priv->quit_expunge = gconf_client_get_bool(gconf, 
"/apps/evolution/mail/trash/empty_on_exit", NULL)
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to