summaryrefslogtreecommitdiffstats
path: root/src/sdk
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdk')
-rw-r--r--src/sdk/tabcontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdk/tabcontroller.cpp b/src/sdk/tabcontroller.cpp
index 1ebdbdbeb..760e7dc38 100644
--- a/src/sdk/tabcontroller.cpp
+++ b/src/sdk/tabcontroller.cpp
@@ -143,8 +143,8 @@ int TabController::init()
void TabController::restartWizard()
{
- d->m_core->reset(d->m_params);
if (d->m_networkSettingsChanged) {
+ d->m_core->reset(d->m_params);
d->m_networkSettingsChanged = false;
d->m_core->settings().setFtpProxy(d->m_settings.ftpProxy());