diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-05 17:44:39 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-11-05 17:44:39 +0200 |
commit | aa29e39a44458db51cad20eca03be406e4d249f0 (patch) | |
tree | 777efa6ec059af0cf47c459005e903af6f5cde93 /indra/newview/llsyswellwindow.cpp | |
parent | 4254d1e0f7af0f8f00033bc0edaf74ddd7a49796 (diff) | |
parent | 49db6cd157f5da37f962aa36ab791084c202d439 (diff) |
Automated merge with https://hg.aws.productengine.com/secondlife/viewer-2-0/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llsyswellwindow.cpp')
-rw-r--r-- | indra/newview/llsyswellwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llsyswellwindow.cpp b/indra/newview/llsyswellwindow.cpp index c255418429..723ac0fc33 100644 --- a/indra/newview/llsyswellwindow.cpp +++ b/indra/newview/llsyswellwindow.cpp @@ -66,6 +66,7 @@ BOOL LLSysWellWindow::postBuild() // init connections to the list's update events connectListUpdaterToSignal("notify"); connectListUpdaterToSignal("groupnotify"); + connectListUpdaterToSignal("offer"); // get a corresponding channel initChannel(); |