balsa r7966 - in trunk: . libbalsa/imap



Author: pawels
Date: Sun Sep  7 19:44:55 2008
New Revision: 7966
URL: http://svn.gnome.org/viewvc/balsa?rev=7966&view=rev

Log:
* libbalsa/imap/imap-handle.c: don't g_source_remove() twice.
* NEWS, configure.in: release 2.3.26.


Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/libbalsa/imap/imap-handle.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Sun Sep  7 19:44:55 2008
@@ -1,7 +1,12 @@
+* Balsa-2.3.26 release. Release date 2008-09-07
+
+- composing format=flowed messages with spaces pasted in works better.
+- allow to explicitly specify a GPG key id for an identity.
+
 * Balsa-2.3.25 release. Release date 2008-06-14
 
 - GMail compatibility.
-- notification in GNOME panel are optional now.
+- notification icon in GNOME panel is optional now.
 - wrapping of flowed text improved.
 - lots of various bug fixes.
 

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Sun Sep  7 19:44:55 2008
@@ -12,7 +12,7 @@
 SCROLLKEEPER_REQUIRED=0.1.4
 BALSA_MAJOR=2
 BALSA_REVISION=3
-BALSA_PATCHLEVEL=25
+BALSA_PATCHLEVEL=26
 BALSA_VERSION="$BALSA_MAJOR.$BALSA_REVISION.${BALSA_PATCHLEVEL}"
 
 AC_SUBST(BALSA_MAJOR)

Modified: trunk/libbalsa/imap/imap-handle.c
==============================================================================
--- trunk/libbalsa/imap/imap-handle.c	(original)
+++ trunk/libbalsa/imap/imap-handle.c	Sun Sep  7 19:44:55 2008
@@ -357,8 +357,6 @@
   }
   if( (condition & G_IO_HUP) == G_IO_HUP) {
       imap_handle_disconnect(h);
-      g_source_remove(h->async_watch_id);
-      h->async_watch_id = 0;
       return FALSE;
   }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]