aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-04-19 22:41:32 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-04-19 22:41:32 +0800
commite901dd254faf0f505bf2a9d11c8e615a45e6cd64 (patch)
treeab5a4416d719a43f20500177e548fb1dd96aedf8 /calendar/ChangeLog
parent17bf8fb52df2e0da31d24019bc668c32b347caae (diff)
downloadgsoc2013-evolution-e901dd254faf0f505bf2a9d11c8e615a45e6cd64.tar
gsoc2013-evolution-e901dd254faf0f505bf2a9d11c8e615a45e6cd64.tar.gz
gsoc2013-evolution-e901dd254faf0f505bf2a9d11c8e615a45e6cd64.tar.bz2
gsoc2013-evolution-e901dd254faf0f505bf2a9d11c8e615a45e6cd64.tar.lz
gsoc2013-evolution-e901dd254faf0f505bf2a9d11c8e615a45e6cd64.tar.xz
gsoc2013-evolution-e901dd254faf0f505bf2a9d11c8e615a45e6cd64.tar.zst
gsoc2013-evolution-e901dd254faf0f505bf2a9d11c8e615a45e6cd64.zip
take a range_selected boolean for internal use (gnome_calendar_set_view):
2004-04-19 JP Rosevear <jpr@ximian.com> * gui/gnome-cal.c (set_view): take a range_selected boolean for internal use (gnome_calendar_set_view): use above (display_view): use priv->range_selected, we'll set it correctly before this (display_view_cb): only pass focus boolean (gnome_calendar_on_date_navigator_selection_changed): set the view so the view menu is accurate svn path=/trunk/; revision=25510
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index ef3a556cc0..e281860c8d 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,14 @@
+2004-04-19 JP Rosevear <jpr@ximian.com>
+
+ * gui/gnome-cal.c (set_view): take a range_selected boolean for
+ internal use
+ (gnome_calendar_set_view): use above
+ (display_view): use priv->range_selected, we'll set it correctly
+ before this
+ (display_view_cb): only pass focus boolean
+ (gnome_calendar_on_date_navigator_selection_changed): set the view
+ so the view menu is accurate
+
2004-04-18 JP Rosevear <jpr@ximian.com>
Fixes #54021