From 717065d55acd425db5793072810e846e0aa1eb12 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 15 Mar 2004 16:26:54 +0000 Subject: change arg name (e_calendar_item_init): ditto (e_calendar_item_get_arg): 2004-03-15 JP Rosevear * 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 --- widgets/misc/e-calendar-item.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'widgets/misc/e-calendar-item.h') 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; -- cgit