diff options
author | George Hazan <george.hazan@gmail.com> | 2024-07-12 16:25:57 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-07-12 16:25:57 +0300 |
commit | e08143e37cff1be034540d89028b9dba6f0cef70 (patch) | |
tree | 1196deaa1a2f15ca83531c612128da286d6bce10 /src/core/stduserinfo | |
parent | 1f5c34c5678de36df653da048662008bfe6e1af2 (diff) |
fixes #4530 (Weaher: недоступна кнопка "Обновить" в информации о пользователе)
Diffstat (limited to 'src/core/stduserinfo')
-rw-r--r-- | src/core/stduserinfo/src/userinfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stduserinfo/src/userinfo.cpp b/src/core/stduserinfo/src/userinfo.cpp index fc3d37bab5..1a6d7a150f 100644 --- a/src/core/stduserinfo/src/userinfo.cpp +++ b/src/core/stduserinfo/src/userinfo.cpp @@ -317,7 +317,7 @@ public: CheckOnline();
if (!CallContactService(m_hContact, PS_GETINFO, SGIF_ONOPEN)) {
btnUpdate.Disable();
- SetTimer(m_hwnd, 1, 100, nullptr);
+ updateTimer.Start(100);
}
else ShowWindow(GetDlgItem(m_hwnd, IDC_UPDATING), SW_HIDE);
|