From f5c56efeb3f362378459fdc1ddbf1fc71a2351f8 Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 3 Jan 2015 16:18:38 +0100 Subject: re-integrated changes missing from the merge --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainwindow.cpp') diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index eaa58db1..5d9b12a9 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -2243,7 +2243,7 @@ void MainWindow::reinstallMod_clicked() fullInstallationFile = m_OrganizerCore.downloadManager()->getOutputDirectory() + "/" + installationFile; } if (QFile::exists(fullInstallationFile)) { - installMod(fullInstallationFile, modInfo->name()); + m_OrganizerCore.installMod(fullInstallationFile, modInfo->name()); } else { QMessageBox::information(this, tr("Failed"), tr("Installation file no longer exists")); } -- cgit v1.3.1