[evolution-patches] A patch for evolution-exchange



Hi, Exchange connector maintainers,
   Please review the attached patch.
      Thanks!
      Harry
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-exchange/ChangeLog,v
retrieving revision 1.337
diff -u -r1.337 ChangeLog
--- ChangeLog	27 May 2005 13:45:09 -0000	1.337
+++ ChangeLog	1 Jun 2005 06:33:09 -0000
@@ -1,3 +1,8 @@
+2005-06-01  Harry Lu  <harry lu sun com>
+
+	* storage/exchange-component.c: (impl_createControls):
+	should add view instead of a NULL control.
+
 2005-05-25  Sarfraaz Ahmed <asarfraaz novell com>
 
 	* addressbook/e-book-backend-gal.c : Added a mutex for the ldap 
Index: storage/exchange-component.c
===================================================================
RCS file: /cvs/gnome/evolution-exchange/storage/exchange-component.c,v
retrieving revision 1.6
diff -u -r1.6 exchange-component.c
--- storage/exchange-component.c	26 Feb 2005 14:19:16 -0000	1.6
+++ storage/exchange-component.c	1 Jun 2005 06:33:13 -0000
@@ -138,7 +138,7 @@
 	view = xc_backend_view_new (priv->config_listener,
 				    priv->folder_type_registry);
 	if (view)
-		priv->views = g_slist_append (priv->views, control);
+		priv->views = g_slist_append (priv->views, view);
 
 	control = xc_backend_view_get_sidebar (view);
 	*sidebar_control =


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