[Xfce4-commits] <parole:master> Show playlist with Up/Down.

Sean Davis noreply at xfce.org
Sat Jan 5 10:28:01 CET 2013


Updating branch refs/heads/master
         to 723c2a307a1f83e3f31aad40b3409149c6eea98f (commit)
       from f1ce57899d94000d38a450a570e9bced2ad24e1b (commit)

commit 723c2a307a1f83e3f31aad40b3409149c6eea98f
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sat Jan 5 04:26:13 2013 -0500

    Show playlist with Up/Down.

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

diff --git a/src/parole-player.c b/src/parole-player.c
index 8560c9f..63696e3 100644
--- a/src/parole-player.c
+++ b/src/parole-player.c
@@ -2465,6 +2465,7 @@ parole_player_handle_key_press (GdkEventKey *ev, ParolePlayer *player)
 	 */
 	case GDK_Up:
 	case GDK_Down:
+	    parole_player_media_list_show_playlist_cb (player->priv->list, TRUE, player);
 	    parole_media_list_grab_focus (player->priv->list);
 	    break;
 	default:


More information about the Xfce4-commits mailing list