diff options
Diffstat (limited to 'metacontacts/meta_services.c')
-rw-r--r-- | metacontacts/meta_services.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/metacontacts/meta_services.c b/metacontacts/meta_services.c index e0fd1d3..2d4b1f7 100644 --- a/metacontacts/meta_services.c +++ b/metacontacts/meta_services.c @@ -1151,7 +1151,8 @@ int Meta_ClistDoubleClicked(WPARAM wParam, LPARAM lParam) { }
else
{
- HANDLE most_online = Meta_GetMostOnlineSupporting((HANDLE)wParam, PFLAGNUM_1, 0);
+ // -1 indicates no specific capability but respect 'ForceDefault'
+ HANDLE most_online = Meta_GetMostOnlineSupporting((HANDLE)wParam, PFLAGNUM_1, -1);
//DBEVENTINFO dbei;
char *proto;
char buffer[512];
|