[vlc-devel] commit: Qt: correctly get the configuration for the FSC. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Wed Jan 21 23:59:08 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jan 21 23:58:31 2009 +0100| [e92f2914bbb1849ee4cbed8a272266a3da539659] | committer: Jean-Baptiste Kempf
Qt: correctly get the configuration for the FSC.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e92f2914bbb1849ee4cbed8a272266a3da539659
---
modules/gui/qt4/components/controller.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index 7314a88..16639c4 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -654,7 +654,7 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i )
controlLayout2->addWidget( inputC );
controlLayout = new QHBoxLayout;
- QString line = getSettings()->value( "FSCtoolbar", FSC_TB_DEFAULT ).toString();
+ QString line = getSettings()->value( "MainWindow/FSCtoolbar", FSC_TB_DEFAULT ).toString();
parseAndCreate( line, controlLayout );
controlLayout2->addLayout( controlLayout );
More information about the vlc-devel
mailing list