We want to use the keyboard to navigate in the completion entries, and we will use it later to pop out the combobox
Signed-off-by: Niv Sardi <[email protected]> --- libempathy-gtk/empathy-presence-chooser.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/libempathy-gtk/empathy-presence-chooser.c b/libempathy-gtk/empathy-presence-chooser.c index cdc665e..360cd2a 100644 --- a/libempathy-gtk/empathy-presence-chooser.c +++ b/libempathy-gtk/empathy-presence-chooser.c @@ -567,10 +567,6 @@ presence_chooser_entry_key_press_event_cb (EmpathyPresenceChooser *self, presence_chooser_reset_status (self); return TRUE; } - else if (event->keyval == GDK_Up || event->keyval == GDK_Down) { - /* ignore */ - return TRUE; - } return FALSE; /* send this event elsewhere */ } -- 1.6.3.1 _______________________________________________ telepathy mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/telepathy
