summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15/src/LCDFramework/CLCDList.h
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-06-08 21:10:58 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-06-08 21:10:58 +0000
commit00c46f24d60c9de29293bef608f34114392822d2 (patch)
tree23710e2cecfcea4df55587b2210de62acb4eeb7e /plugins/MirandaG15/src/LCDFramework/CLCDList.h
parent038f6cc65778c17300ce5c62bb25723f7fa16714 (diff)
MirandaG15:
- Minor fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14068 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15/src/LCDFramework/CLCDList.h')
-rw-r--r--plugins/MirandaG15/src/LCDFramework/CLCDList.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/LCDFramework/CLCDList.h b/plugins/MirandaG15/src/LCDFramework/CLCDList.h
index 80a6b246cf..8afe19e995 100644
--- a/plugins/MirandaG15/src/LCDFramework/CLCDList.h
+++ b/plugins/MirandaG15/src/LCDFramework/CLCDList.h
@@ -373,7 +373,8 @@ public:
}
delete *iter;
m_Entrys.erase(iter);
- m_pRoot->UpdateEntryCount();
+ if (m_pRoot)
+ m_pRoot->UpdateEntryCount();
return;
}
}