summaryrefslogtreecommitdiff
path: root/protocols/WebView/src/webview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/WebView/src/webview.cpp')
-rw-r--r--protocols/WebView/src/webview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WebView/src/webview.cpp b/protocols/WebView/src/webview.cpp
index 2075151f90..921306247a 100644
--- a/protocols/WebView/src/webview.cpp
+++ b/protocols/WebView/src/webview.cpp
@@ -165,7 +165,7 @@ void InitialiseGlobals(void)
int Doubleclick(WPARAM wParam, LPARAM)
{
MCONTACT hContact = wParam;
- char *szProto = GetContactProto(hContact);
+ char *szProto = Proto_GetBaseAccountName(hContact);
if (mir_strcmp(MODULENAME, szProto))
return 0;