aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients/lib
diff options
context:
space:
mode:
authortopfs2 <topfs2@svn>2009-12-01 21:06:35 +0000
committertopfs2 <topfs2@svn>2009-12-01 21:06:35 +0000
commita50a3d5b27fcb694fd6b25f94851f4037f6d22d4 (patch)
tree946e918a84fc41523a79de89bee2d5eb17150445 /tools/EventClients/lib
parentb9da9c485ff61a35403e784eb76e2d876cf9f194 (diff)
[Added] Applied #7714. Thank you apanloco
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@25184 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'tools/EventClients/lib')
-rw-r--r--tools/EventClients/lib/c++/xbmcclient.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/tools/EventClients/lib/c++/xbmcclient.h b/tools/EventClients/lib/c++/xbmcclient.h
index f7456baef8..a834a4c614 100644
--- a/tools/EventClients/lib/c++/xbmcclient.h
+++ b/tools/EventClients/lib/c++/xbmcclient.h
@@ -392,7 +392,7 @@ public:
{
m_PacketType = PT_NOTIFICATION;
m_IconData = NULL;
-
+ m_IconSize = 0;
unsigned int len = 0;
if (Title != NULL)
{
@@ -425,10 +425,7 @@ public:
m_IconSize = size;
}
else
- {
m_IconType = ICON_NONE;
- m_IconSize = 0;
- }
}
virtual ~CPacketNOTIFICATION()