summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelteleporthistory.h
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2009-11-25 16:52:45 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2009-11-25 16:52:45 +0200
commit5e44bb810ce1385da632d751b58c99446b998d24 (patch)
treef42e3b41296ff3afef7939d6fb0dacfb63f35f27 /indra/newview/llpanelteleporthistory.h
parentb70c87313398080671bab5fd3de3309a35a00f43 (diff)
Fix for normal bug EXT-2321 - Collapsed accordion panels in teleport history should expand while filtering if they contain matched items.
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpanelteleporthistory.h')
-rw-r--r--indra/newview/llpanelteleporthistory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llpanelteleporthistory.h b/indra/newview/llpanelteleporthistory.h
index a31ff34cb6..f646fea355 100644
--- a/indra/newview/llpanelteleporthistory.h
+++ b/indra/newview/llpanelteleporthistory.h
@@ -98,6 +98,10 @@ private:
LLFlatListView* getFlatListViewFromTab(LLAccordionCtrlTab *);
void onGearButtonClicked();
+ void setAccordionCollapsedByUser(LLUICtrl* acc_tab, bool collapsed);
+ bool isAccordionCollapsedByUser(LLUICtrl* acc_tab);
+ void onAccordionExpand(LLUICtrl* ctrl, const LLSD& param);
+
LLTeleportHistoryStorage* mTeleportHistory;
LLAccordionCtrl* mHistoryAccordion;