[evolution-patches] summary fix for some connector warnings



This makes the summary not quickly create and destroy a CalClient, which
makes connector not sometimes emit a bunch of warnings at startup about
not being able to notify a listener.

Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/ChangeLog,v
retrieving revision 1.293
diff -u -r1.293 ChangeLog
--- ChangeLog	19 Jun 2003 20:15:02 -0000	1.293
+++ ChangeLog	23 Jun 2003 15:27:37 -0000
@@ -1,3 +1,10 @@
+2003-06-23  Dan Winship  <danw ximian com>
+
+	* e-summary-calendar.c (setup_gconf_client): Don't call
+	setup_calendar from here, since e_summary_calendar_init will call
+	it immediately after setup_gconf_client, which will result in a
+	calendar being quickly created and destroyed.
+
 2003-06-19  Ettore Perazzoli  <ettore ximian com>
 
 	* e-summary.c (do_summary_print): Do not destroy preview_widget
Index: e-summary-calendar.c
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/e-summary-calendar.c,v
retrieving revision 1.44
diff -u -r1.44 e-summary-calendar.c
--- e-summary-calendar.c	27 May 2003 19:39:44 -0000	1.44
+++ e-summary-calendar.c	23 Jun 2003 15:27:38 -0000
@@ -577,8 +577,6 @@
 
 	gconf_client_add_dir (calendar->gconf_client, "/apps/evolution/calendar", FALSE, NULL);
 	gconf_client_add_dir (calendar->gconf_client, "/apps/evolution/shell/default_folders", FALSE, NULL);
-
-	setup_calendar (summary);
 }
 
 void


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