diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2010-02-18 16:05:11 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2010-02-18 16:05:11 +0200 |
commit | eec9f20d746805e772d38f8b338d882a6afb8df1 (patch) | |
tree | 7e53f1c927da7e120fcadaa370e0f3634305b5d0 /indra/newview/lltoastnotifypanel.h | |
parent | f33a1d7ad994633f398c3e5ba9f668cf72d31099 (diff) |
fixed EXT-5006 “One inventory offer cause blinking of both Conversations and
Notifications wells”,
embedded inventory offer panel into IM window;
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/lltoastnotifypanel.h')
-rw-r--r-- | indra/newview/lltoastnotifypanel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltoastnotifypanel.h b/indra/newview/lltoastnotifypanel.h index 3d57c50386..e791eea469 100644 --- a/indra/newview/lltoastnotifypanel.h +++ b/indra/newview/lltoastnotifypanel.h @@ -55,6 +55,7 @@ class LLToastNotifyPanel: public LLToastPanel public: LLToastNotifyPanel(LLNotificationPtr&); virtual ~LLToastNotifyPanel(); + LLPanel * getControlPanel() { return mControlPanel; } protected: LLButton* createButton(const LLSD& form_element, BOOL is_option); |