diff options
author | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-10 17:20:33 +0200 |
---|---|---|
committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-10 17:20:33 +0200 |
commit | a7e9fcc132e4779ddbe8f8b5a82a4320c55b5e20 (patch) | |
tree | 350eda8b90d4a7ec888c8522000c3946e39ccd92 /indra | |
parent | f48af95f5497ec1d79e3f7a747fc7c68f368aff6 (diff) |
fixed EXT-3300 “Wrong notification count in notifications well”,
avoided creation of LLNotificationWellWindow before creation of notification
well chiclet;
--HG--
branch : product-engine
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llsyswellwindow.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llsyswellwindow.h b/indra/newview/llsyswellwindow.h index 0e00236086..43b2723df0 100644 --- a/indra/newview/llsyswellwindow.h +++ b/indra/newview/llsyswellwindow.h @@ -126,14 +126,12 @@ protected: * * It contains a list of notifications that have not been responded to. */ -class LLNotificationWellWindow : public LLSysWellWindow, public LLInitClass<LLNotificationWellWindow> +class LLNotificationWellWindow : public LLSysWellWindow { public: LLNotificationWellWindow(const LLSD& key); static LLNotificationWellWindow* getInstance(const LLSD& key = LLSD()); - static void initClass() { getInstance(); } - /*virtual*/ BOOL postBuild(); /*virtual*/ void setVisible(BOOL visible); |