diff options
author | George Hazan <george.hazan@gmail.com> | 2016-04-26 14:54:58 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2016-04-26 14:54:58 +0000 |
commit | 2105de2e1be94d18a1cb5dfd6afcc33a788bc640 (patch) | |
tree | b3685df860dc3fb265974d0cfb33ed9cabbcd36e /plugins/DbEditorPP/src/exportimport.cpp | |
parent | 14b3e00732b7f8b23c3e194815a9a0d3a6f2723f (diff) |
R.I.P m_clui.h, you helped us alot
git-svn-id: http://svn.miranda-ng.org/main/trunk@16767 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/DbEditorPP/src/exportimport.cpp')
-rw-r--r-- | plugins/DbEditorPP/src/exportimport.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/DbEditorPP/src/exportimport.cpp b/plugins/DbEditorPP/src/exportimport.cpp index a9f5d33b7f..26e42a773b 100644 --- a/plugins/DbEditorPP/src/exportimport.cpp +++ b/plugins/DbEditorPP/src/exportimport.cpp @@ -361,7 +361,6 @@ void importSettings(MCONTACT hContact, char *utf8) continue;
MGROUP GroupHandle = Clist_GroupCreate(0, GroupName);
- CallService(MS_CLUI_GROUPADDED, GroupHandle, 0);
Clist_GroupSetExpanded(GroupHandle, true);
}
|