Commit 4df31211 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

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

parent bb8d2b9e
......@@ -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" ) );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment