Merge branch 'master' of github.com:HazimGazov/Inertia
This commit is contained in:
@@ -163,14 +163,14 @@ void LLViewerInventoryItem::removeFromServer()
|
|||||||
|
|
||||||
void LLViewerInventoryItem::updateServer(BOOL is_new) const
|
void LLViewerInventoryItem::updateServer(BOOL is_new) const
|
||||||
{
|
{
|
||||||
if(!mIsComplete)
|
/*if(!mIsComplete)
|
||||||
{
|
{
|
||||||
// *FIX: deal with this better.
|
// *FIX: deal with this better.
|
||||||
// If we're crashing here then the UI is incorrectly enabled.
|
// If we're crashing here then the UI is incorrectly enabled.
|
||||||
llerrs << "LLViewerInventoryItem::updateServer() - for incomplete item"
|
llerrs << "LLViewerInventoryItem::updateServer() - for incomplete item"
|
||||||
<< llendl;
|
<< llendl;
|
||||||
return;
|
return;
|
||||||
}
|
}*/
|
||||||
if(gAgent.getID() != mPermissions.getOwner())
|
if(gAgent.getID() != mPermissions.getOwner())
|
||||||
{
|
{
|
||||||
// *FIX: deal with this better.
|
// *FIX: deal with this better.
|
||||||
|
|||||||
@@ -146,7 +146,7 @@
|
|||||||
text_enabled_color="110, 15, 15, 255" width="87" font_size="Small" />
|
text_enabled_color="110, 15, 15, 255" width="87" font_size="Small" />
|
||||||
<spinner decimal_digits="0" follows="left|bottom" height="15"
|
<spinner decimal_digits="0" follows="left|bottom" height="15"
|
||||||
increment="1" initial_val="0" label="Patch" label_width="40" left_delta="0"
|
increment="1" initial_val="0" label="Patch" label_width="40" left_delta="0"
|
||||||
max_val="9999" min_val="0" mouse_opaque="true" name="verbuild_spin" control_edit="SpecifiedVersionBuild"
|
max_val="999999" min_val="0" mouse_opaque="true" name="verbuild_spin" control_edit="SpecifiedVersionBuild"
|
||||||
text_enabled_color="110, 15, 15, 255" width="87" font_size="Small" />
|
text_enabled_color="110, 15, 15, 255" width="110" font_size="Small" />
|
||||||
|
|
||||||
</panel>
|
</panel>
|
||||||
|
|||||||
Reference in New Issue
Block a user