[vlc-devel] commit: Qt: same issue with extended dialog and the synchronisation dialog. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Apr 4 14:13:22 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Apr  4 13:25:54 2009 +0200| [88f09a82ca76939fef2092180578a82943a9204f] | committer: Jean-Baptiste Kempf 

Qt: same issue with extended dialog and the synchronisation dialog.

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

 modules/gui/qt4/dialogs_provider.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp
index a2fb984..65f6e0b 100644
--- a/modules/gui/qt4/dialogs_provider.cpp
+++ b/modules/gui/qt4/dialogs_provider.cpp
@@ -178,7 +178,7 @@ void DialogsProvider::prefsDialog()
 
 void DialogsProvider::extendedDialog()
 {
-    ExtendedDialog::getInstance( p_intf )->toggleVisible();
+    ExtendedDialog::getInstance( p_intf )->showTab( 0 );
 }
 
 void DialogsProvider::synchroDialog()




More information about the vlc-devel mailing list