[evolution-patches] patch for #72807 (gw account setup plugin)



The behaviour of e_gw_connection_get_address_book)list is changed not to
free the returned list, but whoever made the change forgot to update
here.

Siva
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/plugins/groupwise-account-setup/ChangeLog,v
retrieving revision 1.12
diff -u -p -r1.12 ChangeLog
--- ChangeLog	3 Mar 2005 06:19:59 -0000	1.12
+++ ChangeLog	7 Mar 2005 09:34:20 -0000
@@ -1,3 +1,11 @@
+2005-03-07  Sivaiah Nallagatla <snallagatla novell com>
+
+	* camel-gw-listner.c (add_addressbook_sources) :
+	don't free container list here. It is chaced in 
+	connection and will be frred later. 
+
+	Fixes #72807 
+
 2005-02-16  Not Zed  <NotZed Ximian com>
 
 	* groupwise-account-setup.c (org_gnome_gw_account_setup): return
Index: camel-gw-listener.c
===================================================================
RCS file: /cvs/gnome/evolution/plugins/groupwise-account-setup/camel-gw-listener.c,v
retrieving revision 1.29
diff -u -p -r1.29 camel-gw-listener.c
--- camel-gw-listener.c	23 Feb 2005 18:56:58 -0000	1.29
+++ camel-gw-listener.c	7 Mar 2005 09:34:21 -0000
@@ -543,13 +543,7 @@ add_addressbook_sources (EAccount *accou
 		e_source_set_property (source, "use_ssl", use_ssl);
 		e_source_group_add_source (group, source, -1);
 		g_object_unref (source);
-		g_object_unref (E_GW_CONTAINER(temp_list->data));
-		
 	}
-		
-	g_list_free (books_list);			
-
-      
 	e_source_list_add_group (list, group, -1);
       	e_source_list_sync (list, NULL);	
 	g_object_unref (group);


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