summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatermodelwizard.cpp
diff options
context:
space:
mode:
authorSeth ProductEngine <slitovchuk@productengine.com>2011-06-30 19:12:27 +0300
committerSeth ProductEngine <slitovchuk@productengine.com>2011-06-30 19:12:27 +0300
commit87458cd714cd5b12057b8f61dfc8000df176458f (patch)
tree0bf77659a2537158cfef899748da2c6d321e0c7e /indra/newview/llfloatermodelwizard.cpp
parent93d6c921c9ca45241983096a4eb8b199c347d59c (diff)
SH-1725 WIP Fixed model wizard making multiple calls to upload permissions check.
Fixed truncated warning text.
Diffstat (limited to 'indra/newview/llfloatermodelwizard.cpp')
-rw-r--r--indra/newview/llfloatermodelwizard.cpp8
1 files changed, 2 insertions, 6 deletions
diff --git a/indra/newview/llfloatermodelwizard.cpp b/indra/newview/llfloatermodelwizard.cpp
index f0e4e99d82..254c54ad2a 100644
--- a/indra/newview/llfloatermodelwizard.cpp
+++ b/indra/newview/llfloatermodelwizard.cpp
@@ -412,12 +412,6 @@ BOOL LLFloaterModelWizard::handleScrollWheel(S32 x, S32 y, S32 clicks)
}
-/*virtual*/
-void LLFloaterModelWizard::onOpen(const LLSD& key)
-{
- requestAgentUploadPermissions();
-}
-
void LLFloaterModelWizard::initDecompControls()
{
LLSD key;
@@ -654,6 +648,8 @@ BOOL LLFloaterModelWizard::postBuild()
initDecompControls();
+ requestAgentUploadPermissions();
+
return TRUE;
}