[Telepathy] [PATCH 4/9] Chooser: Remove GTK_down, GTK_up (un)handeling in presence_chooser_entry_key_press_event_cb,

Niv Sardi xaiki at debian.org
Mon Jun 8 13:31:39 PDT 2009


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 <xaiki at debian.org>
---
 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



More information about the telepathy mailing list