From a948383e584d580f1da95830b08a0b8390054445 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Wed, 18 Jul 2001 02:48:28 +0000 Subject: don't show the time in the EDateEdit widget for adding EXDATEs. 2001-07-17 Damon Chaplin * gui/dialogs/recurrence-page.c (init_widgets): don't show the time in the EDateEdit widget for adding EXDATEs. * cal-util/cal-component.c (cal_component_alarm_set_trigger): don't set t.time.is_date to -1. It is a boolean flag, 0 or 1. We probably don't want a date value, so we leave it at 0. svn path=/trunk/; revision=11193 --- calendar/gui/dialogs/recurrence-page.c | 1 + 1 file changed, 1 insertion(+) (limited to 'calendar/gui/dialogs/recurrence-page.c') diff --git a/calendar/gui/dialogs/recurrence-page.c b/calendar/gui/dialogs/recurrence-page.c index 4938877133..dc41ce37b6 100644 --- a/calendar/gui/dialogs/recurrence-page.c +++ b/calendar/gui/dialogs/recurrence-page.c @@ -2131,6 +2131,7 @@ init_widgets (RecurrencePage *rpage) /* Make sure the EDateEdit widgets and ECalendarItem use our timezones to get the current time. */ + e_date_edit_set_show_time (E_DATE_EDIT (priv->exception_date), FALSE); e_date_edit_set_get_time_callback (E_DATE_EDIT (priv->exception_date), (EDateEditGetTimeCallback) comp_editor_get_current_time, rpage, NULL); -- cgit v1.2.3