diff options
Diffstat (limited to 'plugins/QuickContacts/src/quickcontacts.cpp')
-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++;
}
|