Commit 88f09a82 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: same issue with extended dialog and the synchronisation dialog.

parent de2e60e8
...@@ -178,7 +178,7 @@ void DialogsProvider::prefsDialog() ...@@ -178,7 +178,7 @@ void DialogsProvider::prefsDialog()
void DialogsProvider::extendedDialog() void DialogsProvider::extendedDialog()
{ {
ExtendedDialog::getInstance( p_intf )->toggleVisible(); ExtendedDialog::getInstance( p_intf )->showTab( 0 );
} }
void DialogsProvider::synchroDialog() void DialogsProvider::synchroDialog()
......
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