diff options
author | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-10 11:24:22 +0200 |
---|---|---|
committer | Dmitry Zaporozhan <dzaporozhan@productengine.com> | 2010-03-10 11:24:22 +0200 |
commit | d6b32cd0a83385c10fa6a450337379aae5a04dd4 (patch) | |
tree | 3410e3bcd1f0f85004ce6450b4448e62e6af20cc /indra/newview/llpanelpicks.h | |
parent | 2197304984f8e32d8b8fcddf7271188a98259c64 (diff) |
Update for major bug EXT-5942 - Entering a Classified with a banned keyword doesn't publish, and doesn't let you edit.
Updated code for disabling verbs for unpublished classified.
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llpanelpicks.h')
-rw-r--r-- | indra/newview/llpanelpicks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelpicks.h b/indra/newview/llpanelpicks.h index 6d013035a2..a98b8c413e 100644 --- a/indra/newview/llpanelpicks.h +++ b/indra/newview/llpanelpicks.h @@ -98,6 +98,8 @@ private: void onPlusMenuItemClicked(const LLSD& param); bool isActionEnabled(const LLSD& userdata) const; + bool isClassifiedPublished(LLClassifiedItem* c_item); + void onListCommit(const LLFlatListView* f_list); void onAccordionStateChanged(const LLAccordionCtrlTab* acc_tab); |