diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-04-29 19:23:12 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-04-29 19:23:12 +0000 |
commit | 0b324ac64ba108f06bafb3a687a69ac148fdbbf6 (patch) | |
tree | 3ae699f9e8b5a92c016b2584998317583b023165 /protocols/Steam/src/steam_dialogs.cpp | |
parent | f27d98ff82bc2525ceaaaf51a0117fe360fbfeff (diff) |
Steam: fixed contact management functions
git-svn-id: http://svn.miranda-ng.org/main/trunk@9099 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Steam/src/steam_dialogs.cpp')
-rw-r--r-- | protocols/Steam/src/steam_dialogs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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:
|