diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2015-06-08 21:10:58 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2015-06-08 21:10:58 +0000 |
commit | 00c46f24d60c9de29293bef608f34114392822d2 (patch) | |
tree | 23710e2cecfcea4df55587b2210de62acb4eeb7e /plugins/MirandaG15/src/LCDFramework/CLCDList.h | |
parent | 038f6cc65778c17300ce5c62bb25723f7fa16714 (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.h | 3 |
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; } } |