From 4a101290fdb546296f7bc0a9a34ba342e741895a Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 21 Jun 2013 15:56:34 +0200 Subject: Calendar views inline text edit with Ctrl+C/V/X does not work The shortcuts Ctrl+C/V/X are used for whole calendar items copy/paste/cut, not for text when editing event details inline, either in a day/week view or in a list view. By tracking the is-editing property of respective cell editor and using it when enabling/disabling clipboard actions makes the respective text operations work as expected. --- calendar/gui/e-week-view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui/e-week-view.h') diff --git a/calendar/gui/e-week-view.h b/calendar/gui/e-week-view.h index 00181d1d89..f10967a5e0 100644 --- a/calendar/gui/e-week-view.h +++ b/calendar/gui/e-week-view.h @@ -441,6 +441,8 @@ void e_week_view_jump_to_button_item (EWeekView *week_view, void e_week_view_scroll_a_step (EWeekView *week_view, ECalViewMoveDirection direction); +gboolean e_week_view_is_editing (EWeekView *week_view); + G_END_DECLS #endif /* E_WEEK_VIEW_H */ -- cgit v1.2.3