diff options
author | Milan Crha <mcrha@redhat.com> | 2011-09-26 18:26:59 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-09-26 18:56:08 +0800 |
commit | 5fb2bb4edf3caa5c25562afa981c1a2a6be42f3d (patch) | |
tree | b89e6e0fa8bc092405735b0ea5c6565da7054d92 /widgets/table | |
parent | b24376fea6f8a1e3cb8d27680262ac5d1543e809 (diff) | |
download | gsoc2013-evolution-5fb2bb4edf3caa5c25562afa981c1a2a6be42f3d.tar.gz gsoc2013-evolution-5fb2bb4edf3caa5c25562afa981c1a2a6be42f3d.tar.zst gsoc2013-evolution-5fb2bb4edf3caa5c25562afa981c1a2a6be42f3d.zip |
Bug #659828 - Selecting a message with a sound attached loses focus
Diffstat (limited to 'widgets/table')
-rw-r--r-- | widgets/table/e-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-tree.c b/widgets/table/e-tree.c index 67d9020106..41818652bd 100644 --- a/widgets/table/e-tree.c +++ b/widgets/table/e-tree.c @@ -1156,7 +1156,7 @@ et_canvas_root_event (GnomeCanvasItem *root, /* Handler for focus events in the table_canvas; we have to repaint ourselves * and give the focus to some ETableItem. */ -static gint +static gboolean table_canvas_focus_event_cb (GtkWidget *widget, GdkEventFocus *event, gpointer data) |