diff options
author | George Hazan <george.hazan@gmail.com> | 2013-04-06 14:34:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-04-06 14:34:37 +0000 |
commit | b3df7242d18b269b0a651d6bc1812d6cff093d2f (patch) | |
tree | a7843f937a2e1d2749d1df096f642f178b5bca64 /plugins/DbEditorPP/src/exportimport.cpp | |
parent | d5d19d668d027a766ee62363e1b9c9fb4965e568 (diff) |
fix for expanding contacts' tree in Dbeditor in the service mode
git-svn-id: http://svn.miranda-ng.org/main/trunk@4331 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 4c978e28f2..84f0c188dd 100644 --- a/plugins/DbEditorPP/src/exportimport.cpp +++ b/plugins/DbEditorPP/src/exportimport.cpp @@ -337,7 +337,6 @@ HANDLE CheckNewContact(char *myProto, char *uid, char *myName) while (hContact)
{
- //szProto = GetContactProto(hContact);
if (DBGetContactSettingStringStatic(hContact, "Protocol", "p", szProto, 256))
{
if (!mir_strcmp(szProto, myProto))
|