diff options
| author | Tannin <sherb@gmx.net> | 2016-06-23 21:00:46 +0200 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-06-23 21:00:46 +0200 |
| commit | 8a3af93b39b05b95462869fc7df7169c5862c966 (patch) | |
| tree | 450d2e663e6224f7e57d95655fca5fddd8416c1b /src/mainwindow.cpp | |
| parent | 352975e757f5e68e1e1d2738ab0cb2e9ac5b31dc (diff) | |
fixed creation of data paths after changing paths in settings and update of profile list after change
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index c90448c2..b7687d2a 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -3197,6 +3197,7 @@ void MainWindow::on_actionSettings_triggered() m_OrganizerCore.installationManager()->setDownloadDirectory(m_OrganizerCore.settings().getDownloadDirectory());
fixCategories();
refreshFilters();
+ refreshProfiles();
if (QDir::fromNativeSeparators(m_OrganizerCore.downloadManager()->getOutputDirectory()) != QDir::fromNativeSeparators(m_OrganizerCore.settings().getDownloadDirectory())) {
if (m_OrganizerCore.downloadManager()->downloadsInProgress()) {
MessageDialog::showMessage(tr("Can't change download directory while downloads are in progress!"), this);
|
