diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-18 20:43:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-18 20:43:44 +0000 |
commit | 728c9ab3d303eef37a0561818beb4dbee9bc9c29 (patch) | |
tree | df30a1ea130bee39ed15f5ceb7b6731a542b56df /protocols/JabberG/src/jabber_xstatus.h | |
parent | 75d37f369f58f47d8d47699f8e7fac7dcf28dbd5 (diff) |
global jabber xstatus icons
git-svn-id: http://svn.miranda-ng.org/main/trunk@2363 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/src/jabber_xstatus.h')
-rw-r--r-- | protocols/JabberG/src/jabber_xstatus.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/protocols/JabberG/src/jabber_xstatus.h b/protocols/JabberG/src/jabber_xstatus.h index 5454f8638a..bf50a4e538 100644 --- a/protocols/JabberG/src/jabber_xstatus.h +++ b/protocols/JabberG/src/jabber_xstatus.h @@ -149,12 +149,10 @@ class CPepMood: public CPepGuiService public:
CPepMood(CJabberProto *proto);
~CPepMood();
- void InitGui();
void ProcessItems(const TCHAR *from, HXML items);
void ResetExtraIcon(HANDLE hContact);
-public: // FIXME: ugly hack
- CIconPool m_icons;
+public:
TCHAR *m_text;
int m_mode;
@@ -172,12 +170,10 @@ class CPepActivity: public CPepGuiService public:
CPepActivity(CJabberProto *proto);
~CPepActivity();
- void InitGui();
void ProcessItems(const TCHAR *from, HXML items);
void ResetExtraIcon(HANDLE hContact);
protected:
- CIconPool m_icons;
TCHAR *m_text;
int m_mode;
|