summaryrefslogtreecommitdiff
path: root/plugins/MirandaG15
diff options
context:
space:
mode:
authorTobias Weimer <wishmaster51@googlemail.com>2015-10-04 16:08:15 +0000
committerTobias Weimer <wishmaster51@googlemail.com>2015-10-04 16:08:15 +0000
commitfc10d97de4faa52dc2faee61f57cbedbe4a228c2 (patch)
treee2cff7a2db318e2fe73792290de15d4b8618941c /plugins/MirandaG15
parentc7bb55b7586eeb85258759dd71c2a1012d772556 (diff)
MirandaG15:
- fixed group chat messages (broken in r14971) - minor cleanup, leaks fixed, etc... git-svn-id: http://svn.miranda-ng.org/main/trunk@15509 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirandaG15')
-rw-r--r--plugins/MirandaG15/src/CContactList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirandaG15/src/CContactList.cpp b/plugins/MirandaG15/src/CContactList.cpp
index 7a61b0d39a..d3e89bbef6 100644
--- a/plugins/MirandaG15/src/CContactList.cpp
+++ b/plugins/MirandaG15/src/CContactList.cpp
@@ -1101,7 +1101,7 @@ void CContactList::DeleteGroupObjectByPath(tstring strPath)
{
ASSERT(!strPath.empty());
- for(vector<CContactListGroup*>::iterator iter = iter = m_Groups.begin();iter != m_Groups.end();iter++)
+ for(vector<CContactListGroup*>::iterator iter = m_Groups.begin();iter != m_Groups.end();iter++)
{
if((*iter)->strPath == strPath)
{