diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-09-10 18:44:20 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-09-10 18:44:20 +0800 |
commit | bab6ec1749d573895fd87ff0ad92fd9c972ae28f (patch) | |
tree | fd7f9c9a146d2d9660b2e9f6a665b94ed6792b90 /calendar/gui | |
parent | 20689b4abb60a851d0d82b4808b1ca9529c27897 (diff) | |
download | gsoc2013-evolution-bab6ec1749d573895fd87ff0ad92fd9c972ae28f.tar gsoc2013-evolution-bab6ec1749d573895fd87ff0ad92fd9c972ae28f.tar.gz gsoc2013-evolution-bab6ec1749d573895fd87ff0ad92fd9c972ae28f.tar.bz2 gsoc2013-evolution-bab6ec1749d573895fd87ff0ad92fd9c972ae28f.tar.lz gsoc2013-evolution-bab6ec1749d573895fd87ff0ad92fd9c972ae28f.tar.xz gsoc2013-evolution-bab6ec1749d573895fd87ff0ad92fd9c972ae28f.tar.zst gsoc2013-evolution-bab6ec1749d573895fd87ff0ad92fd9c972ae28f.zip |
Fixes #300284 (bnc)
svn path=/trunk/; revision=34212
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/e-cal-list-view.c | 2 |
1 files changed, 2 insertions, 0 deletions
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); |