From bab6ec1749d573895fd87ff0ad92fd9c972ae28f Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Mon, 10 Sep 2007 10:44:20 +0000 Subject: Fixes #300284 (bnc) svn path=/trunk/; revision=34212 --- calendar/ChangeLog | 7 +++++++ calendar/gui/e-cal-list-view.c | 2 ++ 2 files changed, 9 insertions(+) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 2229a90202..05e2858739 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2007-09-10 Suman Manjunath + + ** Fix for bug #300284 (bnc) + + * gui/e-cal-list-view.c: (setup_e_table): Do not allow the user to set + a 'no-date' for start/end of appointments in list view. + 2007-09-10 Milan Crha ** Fix for bug #368033 diff --git a/calendar/gui/e-cal-list-view.c b/calendar/gui/e-cal-list-view.c index f3d526a4b1..dfdce41ff8 100644 --- a/calendar/gui/e-cal-list-view.c +++ b/calendar/gui/e-cal-list-view.c @@ -235,6 +235,8 @@ setup_e_table (ECalListView *cal_list_view) e_table_extras_add_cell (extras, "dateedit", popup_cell); cal_list_view->dates_cell = E_CELL_DATE_EDIT (popup_cell); + gtk_widget_set_sensitive (E_CELL_DATE_EDIT (popup_cell)->none_button, FALSE); + e_cell_date_edit_set_get_time_callback (E_CELL_DATE_EDIT (popup_cell), get_current_time_cb, cal_list_view, NULL); -- cgit v1.2.3