Space changes

This commit is contained in:
Lirusaito
2013-03-04 18:05:00 -05:00
committed by Melanie
parent fd76b7bf20
commit 345c5c751c

View File

@@ -837,20 +837,20 @@ void LLPanelPermissions::refresh()
// Export
if (supports_export)
{
if(everyone_mask_on & PERM_EXPORT)
{
childSetValue("checkbox allow export", true);
childSetTentative("checkbox allow export", false);
}
if(everyone_mask_on & PERM_EXPORT)
{
childSetValue("checkbox allow export", true);
childSetTentative("checkbox allow export", false);
}
else if(everyone_mask_off & PERM_EXPORT)
{
childSetValue("checkbox allow export", false);
childSetTentative("checkbox allow export", false);
}
else
{
childSetValue("checkbox allow export", true);
childSetTentative("checkbox allow export", true);
{
childSetValue("checkbox allow export", false);
childSetTentative("checkbox allow export", false);
}
else
{
childSetValue("checkbox allow export", true);
childSetTentative("checkbox allow export", true);
}
}
else