Fix shutdownconfirm position

This commit is contained in:
Chocobo1 2015-11-11 11:52:33 +08:00
parent fb9ebce9c6
commit 6f6fe626a1
3 changed files with 8 additions and 7 deletions

View file

@ -366,7 +366,7 @@ void Application::allTorrentsFinished()
// do nothing & skip confirm
}
else {
if (!ShutdownConfirmDlg::askForConfirmation(action)) return;
if (!ShutdownConfirmDlg::askForConfirmation(m_window, action)) return;
}
#endif // DISABLE_GUI