]> git.sesse.net Git - vlc/commitdiff
Don't set the privacy dialog as a MI child.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 22 Mar 2008 20:20:40 +0000 (13:20 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 22 Mar 2008 20:20:40 +0000 (13:20 -0700)
modules/gui/qt4/main_interface.cpp

index 490eb8083ed354ea3eda7e1aedd2f4fffc0be73a..030ec42b17cb51c009041c46e4bf88ee47809558 100644 (file)
@@ -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" ) );