Enabled the RetroShare icon of the collection file dialogs.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5493 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2012-08-31 14:07:15 +00:00
parent 1723bc1cde
commit fb71387a47
6 changed files with 12 additions and 11 deletions

View file

@ -433,7 +433,7 @@ void SharedFilesDialog::createCollectionFile()
std::cerr << "Creating a collection file!" << std::endl;
QModelIndexList lst = getLocalSelected();
localModel->createCollectionFile(lst);
localModel->createCollectionFile(this, lst);
}
void SharedFilesDialog::downloadRemoteSelected()
{