fixed when creating a new forum clear name and description fields.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2198 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-05 16:11:55 +00:00
parent 7941ef591e
commit 604dce321e

View File

@ -69,6 +69,9 @@ void CreateForum::newForum()
ui.msgAnon->setChecked(true);
//ui.msgAuth->setEnabled(false);
ui.groupBoxLogo->hide();
ui.forumName->clear();
ui.forumDesc->clear();
}
else
{