[vlc-devel] commit: Don't set the privacy dialog as a MI child. (Jean-Baptiste Kempf )

git version control git at videolan.org
Sat Mar 22 21:23:18 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 22 13:20:40 2008 -0700| [4df31211b34317530ee08d90c1bb6f892f3f9d04]

Don't set the privacy dialog as a MI child.

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

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

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 490eb80..030ec42 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -481,7 +481,7 @@ inline void MainInterface::askForPrivacy()
 
 int MainInterface::privacyDialog( QList<ConfigControl *> controls )
 {
-    QDialog *privacy = new QDialog( this );
+    QDialog *privacy = new QDialog();
 
     privacy->setWindowTitle( qtr( "Privacy and Network policies" ) );
 




More information about the vlc-devel mailing list