diff options
author | Cho <cho@lindenlab.com> | 2014-02-06 00:42:11 +0000 |
---|---|---|
committer | Cho <cho@lindenlab.com> | 2014-02-06 00:42:11 +0000 |
commit | a6123336e20ad8e6b597437e808a22d9a9a46c6b (patch) | |
tree | dd8eb5b709cccc257c9f941cbffd4b11c88dd231 /indra/newview/llfloaterflickr.cpp | |
parent | b0693c48ceb943dfae8d20183d101ec78a264da6 (diff) |
Made Flickr rating default to Safe for ACME-1304
Diffstat (limited to 'indra/newview/llfloaterflickr.cpp')
-rw-r--r-- | indra/newview/llfloaterflickr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterflickr.cpp b/indra/newview/llfloaterflickr.cpp index 2280d555e6..4ed32c3cf3 100644 --- a/indra/newview/llfloaterflickr.cpp +++ b/indra/newview/llfloaterflickr.cpp @@ -195,7 +195,7 @@ void LLFlickrPhotoPanel::draw() mWorkingLabel->setVisible(!(previewp && previewp->getSnapshotUpToDate())); // Enable Post if we have a preview to send and no on going connection being processed - mPostButton->setEnabled(no_ongoing_connection && (previewp && previewp->getSnapshotUpToDate()) && (mRatingComboBox && mRatingComboBox->getValue().isDefined())); + mPostButton->setEnabled(no_ongoing_connection && (previewp && previewp->getSnapshotUpToDate())); // Draw the rest of the panel on top of it LLPanel::draw(); |