aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-item.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-28 04:54:14 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-28 04:54:14 +0800
commitf704f45bbf6561376cb41236d3fa205689718c58 (patch)
tree12540a6ae25e2f0b684536defd1b9080536082ad /widgets/table/e-table-item.c
parentb06797413e94d089f36d80761259eec5f0b1157a (diff)
downloadgsoc2013-evolution-f704f45bbf6561376cb41236d3fa205689718c58.tar
gsoc2013-evolution-f704f45bbf6561376cb41236d3fa205689718c58.tar.gz
gsoc2013-evolution-f704f45bbf6561376cb41236d3fa205689718c58.tar.bz2
gsoc2013-evolution-f704f45bbf6561376cb41236d3fa205689718c58.tar.lz
gsoc2013-evolution-f704f45bbf6561376cb41236d3fa205689718c58.tar.xz
gsoc2013-evolution-f704f45bbf6561376cb41236d3fa205689718c58.tar.zst
gsoc2013-evolution-f704f45bbf6561376cb41236d3fa205689718c58.zip
Added an unsort command.
2000-06-27 Christopher James Lahey <clahey@helixcode.com> * e-table-header-item.c: Added an unsort command. * e-table-item.c: leave_edit when you loose the cursor. svn path=/trunk/; revision=3766
Diffstat (limited to 'widgets/table/e-table-item.c')
-rw-r--r--widgets/table/e-table-item.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c
index 9df3b913db..9eca340472 100644
--- a/widgets/table/e-table-item.c
+++ b/widgets/table/e-table-item.c
@@ -1663,6 +1663,7 @@ eti_selection (GnomeCanvasItem *item, int flags, gpointer data)
eti_request_region_show (eti, col, view_row, col, view_row);
}
if ((cursored) && (flags & E_CANVAS_ITEM_SELECTION_CURSOR) == 0) {
+ e_table_item_leave_edit(eti);
eti->cursor_row = -1;
eti->cursor_col = -1;
}