aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-table-group-leaf.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-06-21 22:22:15 +0800
committerMilan Crha <mcrha@redhat.com>2013-06-21 22:22:15 +0800
commit2a3580e43deb40eca14ed7ff16ad5cac6a7a5e2b (patch)
tree402d45d600bd36c44deca42f35340a439b1cef33 /e-util/e-table-group-leaf.h
parent0c18d2e755acbb84f48dd3b4ba783dac047ec4a2 (diff)
downloadgsoc2013-evolution-2a3580e43deb40eca14ed7ff16ad5cac6a7a5e2b.tar
gsoc2013-evolution-2a3580e43deb40eca14ed7ff16ad5cac6a7a5e2b.tar.gz
gsoc2013-evolution-2a3580e43deb40eca14ed7ff16ad5cac6a7a5e2b.tar.bz2
gsoc2013-evolution-2a3580e43deb40eca14ed7ff16ad5cac6a7a5e2b.tar.lz
gsoc2013-evolution-2a3580e43deb40eca14ed7ff16ad5cac6a7a5e2b.tar.xz
gsoc2013-evolution-2a3580e43deb40eca14ed7ff16ad5cac6a7a5e2b.tar.zst
gsoc2013-evolution-2a3580e43deb40eca14ed7ff16ad5cac6a7a5e2b.zip
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.
Diffstat (limited to 'e-util/e-table-group-leaf.h')
-rw-r--r--e-util/e-table-group-leaf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-table-group-leaf.h b/e-util/e-table-group-leaf.h
index 93aa2bf2da..60f0b7fb90 100644
--- a/e-util/e-table-group-leaf.h
+++ b/e-util/e-table-group-leaf.h
@@ -104,6 +104,8 @@ ETableGroup * e_table_group_leaf_new (GnomeCanvasGroup *parent,
ETableModel *model,
ETableSortInfo *sort_info);
+gboolean e_table_group_leaf_is_editing (ETableGroupLeaf *etgl);
+
G_END_DECLS
#endif /* _E_TABLE_GROUP_LEAF_H_ */