From 0b324ac64ba108f06bafb3a687a69ac148fdbbf6 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Tue, 29 Apr 2014 19:23:12 +0000 Subject: Steam: fixed contact management functions git-svn-id: http://svn.miranda-ng.org/main/trunk@9099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Steam/src/steam_dialogs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Steam/src/steam_dialogs.cpp') diff --git a/protocols/Steam/src/steam_dialogs.cpp b/protocols/Steam/src/steam_dialogs.cpp index 0b7711262a..2e672fff92 100644 --- a/protocols/Steam/src/steam_dialogs.cpp +++ b/protocols/Steam/src/steam_dialogs.cpp @@ -17,7 +17,7 @@ INT_PTR CALLBACK CSteamProto::GuardProc(HWND hwnd, UINT message, WPARAM wParam, SendMessage(hwnd, WM_SETICON, ICON_BIG, (LPARAM)Skin_GetIcon(iconName, 16)); SendMessage(hwnd, WM_SETICON, ICON_SMALL, (LPARAM)Skin_GetIcon(iconName, 32)); } - Utils_RestoreWindowPositionNoSize(hwnd, 0, "STEAM", "GuardWindow"); + Utils_RestoreWindowPosition(hwnd, NULL, "STEAM", "GuardWindow"); return TRUE; case WM_CLOSE: -- cgit v1.2.3