[evolution-patches] 45041 fixes show today's tasks in Summary
- From: Gary Ekker <gekker novell com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] 45041 fixes show today's tasks in Summary
- Date: Mon, 24 Nov 2003 13:53:12 -0700
Summary preference for showing tasks stored in gconf was being restored
incorrectly.
http://bugzilla.ximian.com/show_bug.cgi?id=45041
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/Attic/ChangeLog,v
retrieving revision 1.294.2.4
diff -u -p -r1.294.2.4 ChangeLog
--- ChangeLog 8 Sep 2003 03:46:37 -0000 1.294.2.4
+++ ChangeLog 24 Nov 2003 20:47:56 -0000
@@ -1,3 +1,10 @@
+2003-11-24 Gary Ekker <gekker novell com>
+
+ ** For bug 45041
+ *e-summary-preferences.c: change E_SUMMARY_CALENDAR_ONE_DAY to
+ E_SUMMARY_CALENDAR_TODAYS_TASKS so that prefs->show_tasks wouldn't
+ be restored incorrectly.
+
2003-09-08 Calvin Liu <calvin liu sun com>
** For bug #48175
Index: e-summary-preferences.c
===================================================================
RCS file: /cvs/gnome/evolution/my-evolution/Attic/e-summary-preferences.c,v
retrieving revision 1.86
diff -u -p -r1.86 e-summary-preferences.c
--- e-summary-preferences.c 19 May 2003 15:24:01 -0000 1.86
+++ e-summary-preferences.c 24 Nov 2003 20:47:58 -0000
@@ -112,7 +112,7 @@ e_summary_preferences_restore (ESummaryP
if (gconf_client_get_bool (gconf_client, "/apps/evolution/summary/tasks/show_all", NULL))
prefs->show_tasks = E_SUMMARY_CALENDAR_ALL_TASKS;
else
- prefs->show_tasks = E_SUMMARY_CALENDAR_ONE_DAY;
+ prefs->show_tasks = E_SUMMARY_CALENDAR_TODAYS_TASKS;
g_object_unref (gconf_client);
return TRUE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]