]> git.sesse.net Git - vlc/commitdiff
Qt: same issue with extended dialog and the synchronisation dialog.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 4 Apr 2009 11:25:54 +0000 (13:25 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 4 Apr 2009 12:13:15 +0000 (14:13 +0200)
modules/gui/qt4/dialogs_provider.cpp

index a2fb9845aabbd7a6b2cca5134fba6d3dfa53a62d..65f6e0b146c4c31acee816e8548f396a0379aecd 100644 (file)
@@ -178,7 +178,7 @@ void DialogsProvider::prefsDialog()
 
 void DialogsProvider::extendedDialog()
 {
-    ExtendedDialog::getInstance( p_intf )->toggleVisible();
+    ExtendedDialog::getInstance( p_intf )->showTab( 0 );
 }
 
 void DialogsProvider::synchroDialog()