From 017b7066ab8c82880a62f9208e25c36c43c76a03 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 8 Apr 2016 10:49:29 +0000 Subject: Variables: - massive code simplification; - old shit removed and replaced with lists; - version bump. git-svn-id: http://svn.miranda-ng.org/main/trunk@16613 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Variables/src/help.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/Variables/src/help.cpp') diff --git a/plugins/Variables/src/help.cpp b/plugins/Variables/src/help.cpp index cb6a2d28ac..d83e8cf2fa 100644 --- a/plugins/Variables/src/help.cpp +++ b/plugins/Variables/src/help.cpp @@ -136,7 +136,7 @@ static INT_PTR CALLBACK clistDlgProc(HWND hwndDlg,UINT msg,WPARAM wParam,LPARAM TCHAR *tszContact = db_get_tsa(NULL, MODULENAME, SETTING_SUBJECT); log_debugA("VARM_SETSUBJECT: %s", tszContact); if (tszContact != NULL) { - hContact = decodeContactFromString(tszContact); + hContact = getContactFromString(tszContact, CI_PROTOID); log_debugA("VARM_SETSUBJECT decoded: %u", hContact); mir_free(tszContact); } } -- cgit v1.2.3