Added sources to RS link download (now works for copy links from browsable only files). Removed unused optional list of sources from RetroShareLink::process()

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3539 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2010-09-24 21:01:13 +00:00
parent 55a45dacd3
commit b0f0e4c380
6 changed files with 21 additions and 16 deletions

View file

@ -994,8 +994,7 @@ void PopupChatDialog::anchorClicked (const QUrl& link )
#endif
std::list<std::string> srcIds;
srcIds.push_back(dialogId);
RetroShareLink::processUrl(link, &srcIds, RSLINK_PROCESS_NOTIFY_ALL);
RetroShareLink::processUrl(link, RSLINK_PROCESS_NOTIFY_ALL);
}
void PopupChatDialog::dropEvent(QDropEvent *event)