[vlc-commits] Qt: correctly behave when customizing from minimal view

Jean-Baptiste Kempf git at videolan.org
Wed May 16 01:21:35 CEST 2012


vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue May 15 18:03:40 2012 +0200| [e14d808ef8b6468f936f0dc9416eda620459064a] | committer: Jean-Baptiste Kempf

Qt: correctly behave when customizing from minimal view
(cherry picked from commit 1d8fd45bfad1a91ce2a623c2a301b8115e14f05c)

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

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

 modules/gui/qt4/main_interface.cpp |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 6285502..9a44a07 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -350,6 +350,8 @@ void MainInterface::recreateToolbars()
                  this, handleKeyPress( QKeyEvent * ) );
         THEMIM->requestVoutUpdate();
     }
+
+    setMinimalView( b_minimalView );
 }
 
 void MainInterface::reloadPrefs()



More information about the vlc-commits mailing list