r1726 - in /unstable/evolution/debian: changelog patches/01_fix-endless-loop-idle.patch patches/series

corsac at users.alioth.debian.org corsac at users.alioth.debian.org
Sat Sep 18 18:31:30 UTC 2010


Author: corsac
Date: Sat Sep 18 18:31:28 2010
New Revision: 1726

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=1726
Log:
01_fix-endless-loop-idle added, fix endless loop with IDLE support
(GNOME #628247)

Added:
    unstable/evolution/debian/patches/01_fix-endless-loop-idle.patch
Modified:
    unstable/evolution/debian/changelog
    unstable/evolution/debian/patches/series

Modified: unstable/evolution/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/changelog?rev=1726&op=diff
==============================================================================
--- unstable/evolution/debian/changelog (original)
+++ unstable/evolution/debian/changelog Sat Sep 18 18:31:28 2010
@@ -1,11 +1,13 @@
 evolution (2.30.3-2) UNRELEASED; urgency=low
 
   * debian/patches:
+    - 01_fix-endless-loop-idle added, fix endless loop with IDLE support
+      (GNOME #628247)
     - 03_correctly-init-nss added, fix nss initialisation by login to NSS
       database before invoking certificate manager.
     - 04_login-to-nss-on-demand added, only init nss when needed. 
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 13 Sep 2010 20:54:55 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 18 Sep 2010 20:30:34 +0200
 
 evolution (2.30.3-1) unstable; urgency=low
 

Added: unstable/evolution/debian/patches/01_fix-endless-loop-idle.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/01_fix-endless-loop-idle.patch?rev=1726&op=file
==============================================================================
--- unstable/evolution/debian/patches/01_fix-endless-loop-idle.patch (added)
+++ unstable/evolution/debian/patches/01_fix-endless-loop-idle.patch Sat Sep 18 18:31:28 2010
@@ -1,0 +1,13 @@
+diff --git a/mail/e-mail-backend.c b/mail/e-mail-backend.c
+index 8b27dd2..a0be2e3 100644
+--- a/mail/e-mail-backend.c
++++ b/mail/e-mail-backend.c
+@@ -254,7 +254,7 @@ mail_backend_prepare_for_quit_cb (EShell *shell,
+ 	e_mail_store_foreach ((GHFunc) mail_backend_final_sync, &sync_data);
+ 
+ 	/* Cancel all activities. */
+-	mail_cancel_all ();
++	//mail_cancel_all ();
+ 
+ 	/* Now we poll until all activities are actually cancelled.
+ 	 * Reffing the activity delays quitting; the reference count

Modified: unstable/evolution/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution/debian/patches/series?rev=1726&op=diff
==============================================================================
--- unstable/evolution/debian/patches/series (original)
+++ unstable/evolution/debian/patches/series Sat Sep 18 18:31:28 2010
@@ -1,3 +1,4 @@
+01_fix-endless-loop-idle.patch
 02_let-nss-search-for-nssckbi.patch
 03_correctly-init-nss.patch
 04_login-to-nss-on-demand.patch




More information about the pkg-evolution-commits mailing list