From 74504030edb3f2cc813969beaebafa812bb243c2 Mon Sep 17 00:00:00 2001 From: phintuka Date: Mon, 13 Sep 2010 11:27:05 +0000 Subject: Do not lose the key pressed while displaying "Queued to playlist" message (Thanks to Marco Skambraks) --- media_player.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media_player.c b/media_player.c index bdf70286..a6c3d60e 100644 --- a/media_player.c +++ b/media_player.c @@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: media_player.c,v 1.75 2010-09-12 20:45:40 phintuka Exp $ + * $Id: media_player.c,v 1.76 2010-09-13 11:27:05 phintuka Exp $ * */ @@ -501,7 +501,7 @@ void cXinelibPlayerControl::Queue(const char *File) m_Player->Playlist().Read(File); } - Skins.Message(mtInfo, tr("Queued to playlist")); + cRemote::Put(Skins.Message(mtInfo, tr("Queued to playlist")), true); m_Lock.Unlock(); -- cgit v1.2.3