diff options
Diffstat (limited to 'tipper/popwin.cpp')
-rw-r--r-- | tipper/popwin.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tipper/popwin.cpp b/tipper/popwin.cpp index a092663..bddb175 100644 --- a/tipper/popwin.cpp +++ b/tipper/popwin.cpp @@ -205,7 +205,9 @@ LRESULT CALLBACK PopupWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lPa pwd->iconIndex = (int)CallService(MS_CLIST_GETCONTACTICON, (WPARAM)pwd->hContact, 0); // don't use stored status message - DBDeleteContactSetting(pwd->hContact, MODULE, "TempStatusMsg"); + // problem with delete setting? + //DBDeleteContactSetting(pwd->hContact, MODULE, "TempStatusMsg"); + DBWriteContactSettingTString(pwd->hContact, MODULE, "TempStatusMsg", _T("")); if(unicode_system) { TCHAR *stzCDN = (TCHAR *) CallService(MS_CLIST_GETCONTACTDISPLAYNAME, (WPARAM)pwd->hContact, GCDNF_TCHAR); |