Fixes and Temporary Uploads, plus temp on bulk upload too....

This commit is contained in:
phr0z3nt04st
2010-07-02 18:57:52 -05:00
parent 7f8b62d70e
commit d3e051ed58
13 changed files with 194 additions and 34 deletions

View File

@@ -2039,6 +2039,11 @@ BOOL LLFloaterSnapshot::postBuild()
sInstance->getRootView()->addChild(previewp);
sInstance->getRootView()->addChild(gSnapshotFloaterView);
// <edit>
gSavedSettings.setBOOL("TemporaryUpload",FALSE);
childSetValue("temp_check",FALSE);
// </edit>
Impl::sPreviewHandle = previewp->getHandle();
impl.updateControls(this);