From 59a8f73725a23e748d9f54e033735535e617dce7 Mon Sep 17 00:00:00 2001 From: maxim_productengine Date: Tue, 16 Jul 2019 13:43:39 +0300 Subject: SL-11594 FIXED [Viewer Profile Project] 'OK' button does not save changes at 'Profile' - 'Classifieds' tab --- indra/newview/llpanelprofileclassifieds.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'indra/newview/llpanelprofileclassifieds.h') diff --git a/indra/newview/llpanelprofileclassifieds.h b/indra/newview/llpanelprofileclassifieds.h index 9bf9ff4a6b..53ee41cf04 100644 --- a/indra/newview/llpanelprofileclassifieds.h +++ b/indra/newview/llpanelprofileclassifieds.h @@ -88,6 +88,8 @@ public: /*virtual*/ void updateData(); + /*virtual*/ void apply(); + private: void onClickNewBtn(); void onClickDelete(); @@ -203,6 +205,8 @@ public: const LLVector3d& global_pos, const std::string& sim_name); + void doSave(); + protected: /*virtual*/ void resetData(); @@ -248,8 +252,6 @@ protected: void onSetLocationClick(); void onChange(); - void doSave(); - void onPublishFloaterPublishClicked(); void onTexturePickerMouseEnter(); -- cgit v1.2.3