Re: Balsa 2.2.3 crash when turning "subscribed folders only" off/on



On 08/18/2004 02:42:14 PM, Peter Bloomfield wrote:
[ snip ]
It should be fixed in cvs, and the attached patchlet should fix any 2.2.x source tree. I'd be grateful if you'd try it out.

Peter

...and here's the patch.
Index: libbalsa/mailbox_imap.c
===================================================================
RCS file: /cvs/gnome/balsa/libbalsa/mailbox_imap.c,v
retrieving revision 1.213
diff -u -r1.213 mailbox_imap.c
--- libbalsa/mailbox_imap.c	16 Aug 2004 20:40:17 -0000	1.213
+++ libbalsa/mailbox_imap.c	18 Aug 2004 17:48:50 -0000
@@ -285,6 +285,9 @@
     g_free(mailbox->path); mailbox->path = NULL;
 
     if(remote->server) {
+        g_signal_handlers_disconnect_by_func(remote->server,
+                                             server_host_settings_changed_cb,
+                                             remote);
 	g_object_unref(G_OBJECT(remote->server));
 	remote->server = NULL;
     }



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