aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-calendar-item.h
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-03-16 00:26:54 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-03-16 00:26:54 +0800
commit717065d55acd425db5793072810e846e0aa1eb12 (patch)
treeca087965b1506cba419c5aada2f78782ae7fbac1 /widgets/misc/e-calendar-item.h
parent38e751895d3a405598526765826f387ac962a0d1 (diff)
downloadgsoc2013-evolution-717065d55acd425db5793072810e846e0aa1eb12.tar
gsoc2013-evolution-717065d55acd425db5793072810e846e0aa1eb12.tar.gz
gsoc2013-evolution-717065d55acd425db5793072810e846e0aa1eb12.tar.bz2
gsoc2013-evolution-717065d55acd425db5793072810e846e0aa1eb12.tar.lz
gsoc2013-evolution-717065d55acd425db5793072810e846e0aa1eb12.tar.xz
gsoc2013-evolution-717065d55acd425db5793072810e846e0aa1eb12.tar.zst
gsoc2013-evolution-717065d55acd425db5793072810e846e0aa1eb12.zip
change arg name (e_calendar_item_init): ditto (e_calendar_item_get_arg):
2004-03-15 JP Rosevear <jpr@ximian.com> * e-calendar-item.c (e_calendar_item_class_init): change arg name (e_calendar_item_init): ditto (e_calendar_item_get_arg): ditto (e_calendar_item_set_arg): ditto (e_calendar_item_preserve_day_selection): set the selection day to the given selection (e_calendar_item_set_first_month): use above to preserve selected day of week * e-calendar-item.h: change field name svn path=/trunk/; revision=25071
Diffstat (limited to 'widgets/misc/e-calendar-item.h')
-rw-r--r--widgets/misc/e-calendar-item.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/widgets/misc/e-calendar-item.h b/widgets/misc/e-calendar-item.h
index f7f1110b68..d67d71d5cc 100644
--- a/widgets/misc/e-calendar-item.h
+++ b/widgets/misc/e-calendar-item.h
@@ -168,9 +168,9 @@ struct _ECalendarItem
be changed when the user explicitly selects a day. */
gboolean move_selection_when_moving;
- /* Whether the selection is rounded down to the nearest week when we
- move back/forward one month. Used for the week view. */
- gboolean round_selection_when_moving;
+ /* Whether the selection day is preserved when we move back/forward
+ one month. Used for the work week and week view. */
+ gboolean preserve_day_when_moving;
/* Whether to display the pop-up, TRUE by default */
gboolean display_popup;