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. --- e-util/e-table-group-container.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'e-util/e-table-group-container.h') diff --git a/e-util/e-table-group-container.h b/e-util/e-table-group-container.h index 2f1457d279..f06dc746aa 100644 --- a/e-util/e-table-group-container.h +++ b/e-util/e-table-group-container.h @@ -133,6 +133,8 @@ void e_table_group_container_construct ETableSortInfo *sort_info, gint n); +gboolean e_table_group_container_is_editing (ETableGroupContainer *etgc); + G_END_DECLS #endif /* _E_TABLE_GROUP_CONTAINER_H_ */ -- cgit v1.2.3