From 2a3580e43deb40eca14ed7ff16ad5cac6a7a5e2b Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 21 Jun 2013 16:22:15 +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-day-view.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'calendar/gui/e-day-view.h') diff --git a/calendar/gui/e-day-view.h b/calendar/gui/e-day-view.h index e359b838dc..a8035000fc 100644 --- a/calendar/gui/e-day-view.h +++ b/calendar/gui/e-day-view.h @@ -599,6 +599,8 @@ void e_day_view_ensure_rows_visible (EDayView *day_view, gint start_row, gint end_row); +gboolean e_day_view_is_editing (EDayView *day_view); + G_END_DECLS #endif /* E_DAY_VIEW_H */ -- cgit v1.2.3