summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index a651c2d7..0bc7edf8 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1356,7 +1356,7 @@ void MainWindow::showEvent(QShowEvent* event)
m_OrganizerCore.settings().widgets().restoreIndex(ui->groupCombo);
- m_OrganizerCore.settings().nexus().registerAsNXMHandler(false);
+ m_OrganizerCore.settings().registerDownloadHandlers(false);
m_WasVisible = true;
updateProblemsButton();