mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-05 09:35:39 -05:00
hack for testing purposes.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs_finale@6869 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
2ce92da8ad
commit
d31a34bd95
@ -244,6 +244,13 @@ void IdEditDialog::checkNewTag()
|
|||||||
bool ok = tagDetails(id, name, tag, desc);
|
bool ok = tagDetails(id, name, tag, desc);
|
||||||
ui.label_TagCheck->setText(desc);
|
ui.label_TagCheck->setText(desc);
|
||||||
|
|
||||||
|
// hack to allow add invalid tags (for testing).
|
||||||
|
if (!tag.empty())
|
||||||
|
{
|
||||||
|
ok = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
if (mEditGroup.mRecognTags.size() >= MAX_RECOGN_TAGS)
|
if (mEditGroup.mRecognTags.size() >= MAX_RECOGN_TAGS)
|
||||||
{
|
{
|
||||||
ok = false;
|
ok = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user