summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelclassified.h
diff options
context:
space:
mode:
authorАдминистратор <>2009-12-21 16:13:09 +0200
committerАдминистратор <>2009-12-21 16:13:09 +0200
commitc353e640fa80a335be741dd0edfdc9952ea3cdea (patch)
tree47d9cf832dff49399f2ff805d735341e3668858c /indra/newview/llpanelclassified.h
parent10d20fdfe7a62087561d4a4e0ec97756ded6a986 (diff)
Fixed low bug EXT-3353 - There's an ability to create classified w/o title and description.
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelclassified.h')
-rw-r--r--indra/newview/llpanelclassified.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/llpanelclassified.h b/indra/newview/llpanelclassified.h
index 8b32495854..10fdf60bbe 100644
--- a/indra/newview/llpanelclassified.h
+++ b/indra/newview/llpanelclassified.h
@@ -305,6 +305,8 @@ public:
bool isNew() { return mIsNew; }
+ bool canClose();
+
protected:
LLPanelClassifiedEdit();
@@ -325,6 +327,10 @@ protected:
std::string getLocationNotice();
+ bool isValidName();
+
+ void notifyInvalidName();
+
void onSetLocationClick();
void onChange();
void onSaveClick();