mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-01 21:56:06 -04: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
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue