diff options
author | Robert Pösel <robyer@seznam.cz> | 2014-04-02 22:53:15 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2014-04-02 22:53:15 +0000 |
commit | 3ff89e16119e063eb5719679e7b34d306116b265 (patch) | |
tree | 561932232ef2520287a3835509629f5a8a53c8a8 /protocols/FacebookRM/src/client.h | |
parent | fe7d9276ebedd60308159925eb3f37d9a3b113a0 (diff) |
Facebook: Add support for showing unread notifications count as "unread emails" in clist
git-svn-id: http://svn.miranda-ng.org/main/trunk@8831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/client.h')
-rw-r--r-- | protocols/FacebookRM/src/client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/client.h b/protocols/FacebookRM/src/client.h index 8184e34513..c2980556c0 100644 --- a/protocols/FacebookRM/src/client.h +++ b/protocols/FacebookRM/src/client.h @@ -41,7 +41,7 @@ public: chat_sequence_num_ = chat_channel_host_ = chat_channel_partition_ = \
dtsg_ = logout_hash_ = chat_sticky_num_ = chat_conn_num_ = chat_clientid_ = "";
- msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = 0;
+ msgid_ = error_count_ = last_feeds_update_ = last_notification_time_ = notifications_count_ = 0;
https_ = is_idle_ = invisible_ = is_typing_ = false;
@@ -82,6 +82,7 @@ public: bool https_;
time_t last_feeds_update_;
unsigned __int64 last_notification_time_;
+ int notifications_count_;
int msgid_;
////////////////////////////////////////////////////////////
|