diff options
author | George Hazan <george.hazan@gmail.com> | 2012-10-07 13:56:29 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-10-07 13:56:29 +0000 |
commit | 94c5be444065d09b7e48109894be15e5414af88b (patch) | |
tree | 6d9bae0ddfcc33b3f3e57e84b8fac3a313013cfb /plugins | |
parent | 8aded02eb09d418873002ea6d3e41d4d700e7e07 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1802 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/QuickContacts/src/quickcontacts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/QuickContacts/src/quickcontacts.cpp b/plugins/QuickContacts/src/quickcontacts.cpp index cb120351b0..d4be8da14c 100644 --- a/plugins/QuickContacts/src/quickcontacts.cpp +++ b/plugins/QuickContacts/src/quickcontacts.cpp @@ -135,7 +135,7 @@ int ModulesLoaded(WPARAM wParam, LPARAM lParam) opts.num_protos = 0;
for (int loop=0;loop<pcount;loop++)
{
- if (pdesc[loop]->type==PROTOTYPE_PROTOCOL)
+// if (pdesc[loop]->type==PROTOTYPE_PROTOCOL)
opts.num_protos++;
}
|