summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelpicks.h
diff options
context:
space:
mode:
authorLeslie Linden <leslie@lindenlab.com>2011-11-02 11:03:38 -0700
committerLeslie Linden <leslie@lindenlab.com>2011-11-02 11:03:38 -0700
commita900701f55ee0acea8ce6e44002c509d9f03b756 (patch)
treec3a6102ffa00015f7924efa2b668efc08fe21469 /indra/newview/llpanelpicks.h
parent2c3fc19aac83b92651cc058126aff0ba66d1ad3c (diff)
EXP-1474 FIX -- Create Classified does not work from Search Window
* The code now opens the "picks" window and starts the "create new classified" action on it directly. Reviewed by Richard.
Diffstat (limited to 'indra/newview/llpanelpicks.h')
-rwxr-xr-xindra/newview/llpanelpicks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llpanelpicks.h b/indra/newview/llpanelpicks.h
index 29db110523..3bb7413ac3 100755
--- a/indra/newview/llpanelpicks.h
+++ b/indra/newview/llpanelpicks.h
@@ -82,6 +82,9 @@ public:
// parent panels failed to work (picks related code was in my profile panel)
void setProfilePanel(LLPanelProfile* profile_panel);
+ void createNewPick();
+ void createNewClassified();
+
protected:
/*virtual*/void updateButtons();
@@ -115,9 +118,6 @@ private:
bool onEnableMenuItem(const LLSD& user_data);
- void createNewPick();
- void createNewClassified();
-
void openPickInfo();
void openClassifiedInfo();
void openClassifiedInfo(const LLSD& params);