Use isNull instead of checking equal to LLUUID::null in hbfloatergrouptitles
This commit is contained in:
@@ -157,7 +157,7 @@ void HBFloaterGroupTitles::onActivate(void* userdata)
|
||||
// Set the title
|
||||
LLGroupMgr::getInstance()->sendGroupTitleUpdate(group_id, item->getUUID());
|
||||
// Force a refresh via the observer
|
||||
if (group_id == LLUUID::null)
|
||||
if (group_id.isNull())
|
||||
{
|
||||
group_id = old_group_id;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user