]> git.sesse.net Git - vlc/commitdiff
We even can show a new dialog after reset the preferences.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 28 Jul 2008 07:22:06 +0000 (00:22 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 28 Jul 2008 07:22:06 +0000 (00:22 -0700)
Complete fix of #1777.

modules/gui/qt4/dialogs/preferences.cpp

index a841f700433f33fff47544e34d9a6cfa06b682f7..142c358aa179ae6274a0341f12ba8726b57ca393 100644 (file)
@@ -360,5 +360,6 @@ void PrefsDialog::reset()
 
         instance = NULL;
         close();
+        PrefsDialog::getInstance( p_intf )->show();
     }
 }