[Xfce4-commits] <parole:0.2.2> Pass the enter key event to the media list.

Ali Abdallah noreply at xfce.org
Wed Jan 20 15:10:03 CET 2010


Updating branch refs/heads/0.2.2
         to 3f01248e647c742777539c321e2df201ac77fd8e (commit)
       from 545eb671487e884eb2bf44fe0296d7a163fedc5f (commit)

commit 3f01248e647c742777539c321e2df201ac77fd8e
Author: Ali Abdallah <aliov at xfce.org>
Date:   Fri Jan 15 12:21:14 2010 +0100

    Pass the enter key event to the media list.

 src/parole-player.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/parole-player.c b/src/parole-player.c
index 84b7261..ac32c1f 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -1710,11 +1710,11 @@ parole_player_handle_key_press (GdkEventKey *ev, ParolePlayer *player)
 	    }
 	break;
 	/* 
-	 * Pass these to the media list and tell it to
-	 * grab the focus
+	 * Pass these to the media list
 	 */
 	case GDK_Up:
 	case GDK_Down:
+	case GDK_Return:
 	    parole_media_list_grab_focus (player->priv->list);
 	    break;
 	default:



More information about the Xfce4-commits mailing list