From b0693c48ceb943dfae8d20183d101ec78a264da6 Mon Sep 17 00:00:00 2001 From: Cho <cho@lindenlab.com> Date: Thu, 6 Feb 2014 00:37:26 +0000 Subject: [PATCH] Made Flickr tags persist between uploads for ACME-1303 --- indra/newview/llfloaterflickr.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/indra/newview/llfloaterflickr.cpp b/indra/newview/llfloaterflickr.cpp index ca1022d09df..2280d555e62 100644 --- a/indra/newview/llfloaterflickr.cpp +++ b/indra/newview/llfloaterflickr.cpp @@ -328,7 +328,6 @@ void LLFlickrPhotoPanel::clearAndClose() { mTitleTextBox->setValue(""); mDescriptionTextBox->setValue(""); - mTagsTextBox->setValue(DEFAULT_TAG_TEXT); LLFloater* floater = getParentByType<LLFloater>(); if (floater) -- GitLab