From: Jean-Baptiste Kempf Date: Mon, 28 Jul 2008 07:22:06 +0000 (-0700) Subject: We even can show a new dialog after reset the preferences. X-Git-Tag: 0.9.0-test3~184 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=67cc17320f06fb7e18e676154e1b1583be1a7613;hp=e28d5e8ac631a90c44bb75eb7cfd56f0fd2e6e2b;p=vlc We even can show a new dialog after reset the preferences. Complete fix of #1777. --- diff --git a/modules/gui/qt4/dialogs/preferences.cpp b/modules/gui/qt4/dialogs/preferences.cpp index a841f70043..142c358aa1 100644 --- a/modules/gui/qt4/dialogs/preferences.cpp +++ b/modules/gui/qt4/dialogs/preferences.cpp @@ -360,5 +360,6 @@ void PrefsDialog::reset() instance = NULL; close(); + PrefsDialog::getInstance( p_intf )->show(); } }