aboutsummaryrefslogtreecommitdiff
path: root/src/idoentrymenuitem.c
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2010-03-08 08:06:25 -0600
committerCody Russell <crussell@canonical.com>2010-03-08 08:06:25 -0600
commitae62dc799748588995966d07fb85effa8efe6594 (patch)
treed5e79930a5b307913f3dd37639eab78f50caa30f /src/idoentrymenuitem.c
parentaf984182d284356185b81b68bb0643a0d51d5913 (diff)
downloadayatana-ido-ae62dc799748588995966d07fb85effa8efe6594.tar.gz
ayatana-ido-ae62dc799748588995966d07fb85effa8efe6594.tar.bz2
ayatana-ido-ae62dc799748588995966d07fb85effa8efe6594.zip
Return TRUE after forwarding the event to priv->entry
Diffstat (limited to 'src/idoentrymenuitem.c')
-rw-r--r--src/idoentrymenuitem.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/idoentrymenuitem.c b/src/idoentrymenuitem.c
index 1729c38..62b64dc 100644
--- a/src/idoentrymenuitem.c
+++ b/src/idoentrymenuitem.c
@@ -129,6 +129,8 @@ ido_entry_menu_item_key_press (GtkWidget *widget,
{
gtk_widget_event (menuitem->priv->entry,
((GdkEvent *)(void*)(event)));
+
+ return TRUE;
}
return FALSE;