aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-09-26 18:26:59 +0800
committerMilan Crha <mcrha@redhat.com>2011-09-26 18:26:59 +0800
commita6de7fa6b8253eb4149c57f2807786dc46a6d8a7 (patch)
tree20c04d805d3298a4f406ef8afa14aabc876da150 /widgets/table/e-tree.c
parent8db7139c1915737d987c1613a3211e881a1dd07f (diff)
downloadgsoc2013-evolution-a6de7fa6b8253eb4149c57f2807786dc46a6d8a7.tar
gsoc2013-evolution-a6de7fa6b8253eb4149c57f2807786dc46a6d8a7.tar.gz
gsoc2013-evolution-a6de7fa6b8253eb4149c57f2807786dc46a6d8a7.tar.bz2
gsoc2013-evolution-a6de7fa6b8253eb4149c57f2807786dc46a6d8a7.tar.lz
gsoc2013-evolution-a6de7fa6b8253eb4149c57f2807786dc46a6d8a7.tar.xz
gsoc2013-evolution-a6de7fa6b8253eb4149c57f2807786dc46a6d8a7.tar.zst
gsoc2013-evolution-a6de7fa6b8253eb4149c57f2807786dc46a6d8a7.zip
Bug #659828 - Selecting a message with a sound attached loses focus
Diffstat (limited to 'widgets/table/e-tree.c')
-rw-r--r--widgets/table/e-tree.c2
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)