[vlc-commits] commit: Qt: correctly restore the playlistWidget state when the undocked playlist is closed (Jean-Baptiste Kempf )

git at videolan.org git at videolan.org
Mon May 17 16:23:55 CEST 2010


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon May 17 16:20:16 2010 +0200| [e24d706d1c1cc32b65b72899a150be9948894efc] | committer: Jean-Baptiste Kempf 

Qt: correctly restore the playlistWidget state when the undocked playlist is closed

Close #3607
(cherry picked from commit 97a0b3ba067f45612975276e33c684b5b249a6c4)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=e24d706d1c1cc32b65b72899a150be9948894efc
---

 modules/gui/qt4/components/playlist/playlist.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/playlist.cpp b/modules/gui/qt4/components/playlist/playlist.cpp
index 01547f9..ea5495a 100644
--- a/modules/gui/qt4/components/playlist/playlist.cpp
+++ b/modules/gui/qt4/components/playlist/playlist.cpp
@@ -156,6 +156,7 @@ void PlaylistWidget::closeEvent( QCloseEvent *event )
     }
     else
     {
+        p_intf->p_sys->p_mi->playlistVisible = false;
         hide();
         event->ignore();
     }



More information about the vlc-commits mailing list