summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelmediasettingsgeneral.h
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2009-11-06 12:21:21 -0800
committerRick Pasetto <rick@lindenlab.com>2009-11-06 12:21:21 -0800
commit113c7edf60b65a68510f75fdda69ba5b22dc23f0 (patch)
tree43945fc7fe1fbbecf6baeae10fa58353ea59da34 /indra/newview/llpanelmediasettingsgeneral.h
parentdbd749d533532368f209c5d5687a38cf9b4f1657 (diff)
FIX DEV-41587: Update current URL in draw()
The current URL is now re-fetched from the current selection. Also did some minor refactoring
Diffstat (limited to 'indra/newview/llpanelmediasettingsgeneral.h')
-rw-r--r--indra/newview/llpanelmediasettingsgeneral.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/indra/newview/llpanelmediasettingsgeneral.h b/indra/newview/llpanelmediasettingsgeneral.h
index e82a31382e..b48e081a1b 100644
--- a/indra/newview/llpanelmediasettingsgeneral.h
+++ b/indra/newview/llpanelmediasettingsgeneral.h
@@ -63,7 +63,6 @@ public:
bool navigateHomeSelectedFace();
void updateMediaPreview();
- void updateCurrentURL();
const std::string getHomeUrl();
@@ -72,8 +71,12 @@ protected:
bool mMediaEditable;
private:
+ void updateCurrentUrl();
+
static void onBtnResetCurrentUrl(LLUICtrl* ctrl, void *userdata);
static void onCommitHomeURL(LLUICtrl* ctrl, void *userdata );
+
+ static bool isMultiple();
LLComboBox* mControls;
LLCheckBoxCtrl* mAutoLoop;