From 725b107e0861c9370c56baf7c876fb7e3c37857a Mon Sep 17 00:00:00 2001 From: PavelK ProductEngine Date: Thu, 20 Jun 2013 20:11:15 +0300 Subject: CHUI-850 FIXED Unread notifications are lost after relog in certain circumstances --- indra/newview/llpersistentnotificationstorage.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'indra/newview/llpersistentnotificationstorage.h') diff --git a/indra/newview/llpersistentnotificationstorage.h b/indra/newview/llpersistentnotificationstorage.h index 98a825d2c1..bf0306380e 100755 --- a/indra/newview/llpersistentnotificationstorage.h +++ b/indra/newview/llpersistentnotificationstorage.h @@ -53,10 +53,13 @@ public: void saveNotifications(); void loadNotifications(); + void initialize(); + protected: private: bool onPersistentChannelChanged(const LLSD& payload); + bool mLoaded; }; #endif // LL_LLPERSISTENTNOTIFICATIONSTORAGE_H -- cgit v1.2.3