diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-30 18:20:27 +0300 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2010-03-30 18:20:27 +0300 |
commit | b58e4164a6c254afc990d206dc7b0e5e1a68aac0 (patch) | |
tree | 34df95b80f2c3281e5709e266c8636a1a084c6a1 /indra/newview/llchiclet.cpp | |
parent | 3e23c04c9b633f947faf8c7c11ed73ad78de8d3c (diff) | |
parent | 67a7112a7cfae8633cfd903e24cec8b003a3cee9 (diff) |
merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.cpp')
-rw-r--r-- | indra/newview/llchiclet.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llchiclet.cpp b/indra/newview/llchiclet.cpp index 1f92686a43..e39384b7b2 100644 --- a/indra/newview/llchiclet.cpp +++ b/indra/newview/llchiclet.cpp @@ -229,6 +229,11 @@ void LLSysWellChiclet::setNewMessagesState(bool new_messages) void LLSysWellChiclet::updateWidget(bool is_window_empty) { mButton->setEnabled(!is_window_empty); + + LLSD params; + params["well_empty"] = is_window_empty; + params["well_name"] = getName(); + notifyParent(params); } // virtual BOOL LLSysWellChiclet::handleRightMouseDown(S32 x, S32 y, MASK mask) |