Fixed drag and drop of files for a new forum message in Ubuntu.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3953 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
thunder2 2011-01-07 13:17:22 +00:00
parent dd55b2bf74
commit ad7f97bfc3

View File

@ -59,6 +59,8 @@ CreateForumMsg::CreateForumMsg(std::string fId, std::string pId)
connect( ui.attachFileButton, SIGNAL(clicked() ), this , SLOT(addFile()));
connect( ui.pastersButton, SIGNAL(clicked() ), this , SLOT(pasteLink()));
setAcceptDrops(true);
newMsg();
}