mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-17 18:37:20 -05:00
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:
parent
7941ef591e
commit
604dce321e
@ -69,6 +69,9 @@ void CreateForum::newForum()
|
|||||||
ui.msgAnon->setChecked(true);
|
ui.msgAnon->setChecked(true);
|
||||||
//ui.msgAuth->setEnabled(false);
|
//ui.msgAuth->setEnabled(false);
|
||||||
ui.groupBoxLogo->hide();
|
ui.groupBoxLogo->hide();
|
||||||
|
|
||||||
|
ui.forumName->clear();
|
||||||
|
ui.forumDesc->clear();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user