Skip to content

Commit

Permalink
Restore a line that shouldn't have been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
maksis committed Dec 7, 2014
1 parent cb4dbc1 commit 95a265a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows/DirectoryListingFrm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2109,6 +2109,8 @@ void DirectoryListingFrame::onComboSelChanged(bool manual) {
} else {
dl->addFullListTask(curPath);
}

SettingsManager::getInstance()->set(SettingsManager::LAST_LIST_PROFILE, token);
} else {
auto& newHub = hubs[selCombo.GetCurSel()];
if (manual) {
Expand Down

0 comments on commit 95a265a

Please sign in to comment.