mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-11 02:25:34 -04:00
Fixed open folder in shared files in portable version.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3834 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7bcebc8e2b
commit
f0f3dc413a
3 changed files with 20 additions and 29 deletions
|
@ -601,7 +601,7 @@ void SharedFilesDialog::openfile()
|
|||
std::cerr << "SharedFilesDialog::openfile" << std::endl;
|
||||
|
||||
QModelIndexList qmil = getLocalSelected();
|
||||
localModel->openSelected(qmil, false);
|
||||
localModel->openSelected(qmil);
|
||||
}
|
||||
|
||||
|
||||
|
@ -610,7 +610,7 @@ void SharedFilesDialog::openfolder()
|
|||
std::cerr << "SharedFilesDialog::openfolder" << std::endl;
|
||||
|
||||
QModelIndexList qmil = getLocalSelected();
|
||||
localModel->openSelected(qmil, true);
|
||||
localModel->openSelected(qmil);
|
||||
}
|
||||
|
||||
void SharedFilesDialog::preModDirectories(bool update_local)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue