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

commit 3f01248e647c742777539c321e2df201ac77fd8e
Author: Ali Abdallah <al...@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:
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to