From 9ec3c7e78e560356066b272ad7a38d3d333de1b5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 27 May 2018 14:57:51 +0300 Subject: global variable name standardization --- plugins/FileAsMessage/src/dialog.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/FileAsMessage/src') diff --git a/plugins/FileAsMessage/src/dialog.cpp b/plugins/FileAsMessage/src/dialog.cpp index 48ef4a9c79..327bbb7d59 100644 --- a/plugins/FileAsMessage/src/dialog.cpp +++ b/plugins/FileAsMessage/src/dialog.cpp @@ -67,7 +67,7 @@ static LRESULT CALLBACK PopupDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPA case WM_COMMAND: { PUDeletePopup(hWnd); - g_CLI.pfnRemoveEvent(hContact, 0); + g_clistApi.pfnRemoveEvent(hContact, 0); if (IsWindow(hDlg)) { ShowWindow(hDlg, SW_SHOWNORMAL); @@ -420,7 +420,7 @@ void FILEECHO::incomeRequest(char *param) cle.flags = CLEF_URGENT; cle.hDbEvent = 0; cle.pszService = MODULENAME "/FERecvFile"; - g_CLI.pfnAddEvent(&cle); + g_clistApi.pfnAddEvent(&cle); MakePopupMsg(hDlg, hContact, L"Incoming file..."); } @@ -488,7 +488,7 @@ void FILEECHO::onRecvTimer() setState(STATE_FINISHED); if (db_get_b(NULL, "SRFile", "AutoClose", 0)) { PostMessage(hDlg, WM_CLOSE, 0, 0); - g_CLI.pfnRemoveEvent(hContact, 0); + g_clistApi.pfnRemoveEvent(hContact, 0); } Skin_PlaySound("FileDone"); destroyTransfer(); -- cgit v1.2.3