From 4081a13ff156379ad380e0456881f707f1e67831 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Tue, 10 Sep 2002 22:35:19 +0000 Subject: forgot to commit the po stuff from the release. also bumped the so number. forgot to commit the po stuff from the release. also bumped the so number. 2002-09-10 Mike Kestner * gal/e-table/e-table-item.c (eti_event): allow keypress handling for cursor_col==-1 as long as cursor_row isn't -1 also so that e-tree searching works without click focusing an item. svn path=/trunk/; revision=18038 --- widgets/table/e-table-item.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'widgets') diff --git a/widgets/table/e-table-item.c b/widgets/table/e-table-item.c index a6697544fa..ef8d903120 100644 --- a/widgets/table/e-table-item.c +++ b/widgets/table/e-table-item.c @@ -2560,7 +2560,7 @@ eti_event (GnomeCanvasItem *item, GdkEvent *e) } e_canvas_hide_tooltip (E_CANVAS(GNOME_CANVAS_ITEM(eti)->canvas)); - if (cursor_col == -1) + if (cursor_row == -1 && cursor_col == -1) return FALSE; eti->in_key_press = TRUE; -- cgit v1.2.3