aboutsummaryrefslogtreecommitdiff
path: root/hildon/hildon-live-search.c
diff options
context:
space:
mode:
authorAlberto Garcia <agarcia@igalia.com>2009-11-11 18:25:07 +0100
committerClaudio Saavedra <csaavedra@igalia.com>2009-11-16 09:53:12 +0200
commit5e989480d068c2d5e581e48f7191e4063d304eb1 (patch)
tree7e5df8922870003423211d4aac0acc4a559d55de /hildon/hildon-live-search.c
parentd2082e55f2c53e1d11f393b0062647c48a32a3a8 (diff)
Make on_key_press_event() return TRUE so keypresses are not handled twice
Diffstat (limited to 'hildon/hildon-live-search.c')
-rw-r--r--hildon/hildon-live-search.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hildon/hildon-live-search.c b/hildon/hildon-live-search.c
index 27c97b0..70fb12d 100644
--- a/hildon/hildon-live-search.c
+++ b/hildon/hildon-live-search.c
@@ -359,7 +359,7 @@ on_key_press_event (GtkWidget *widget,
gtk_widget_event (priv->entry, new_event);
gdk_event_free (new_event);
- return FALSE;
+ return TRUE;
}
static void