diff options
| author | George Hazan <ghazan@miranda.im> | 2016-12-13 20:27:43 +0300 | 
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2016-12-13 20:27:43 +0300 | 
| commit | 4770a5e9184ded282139e66782afdd6d04010ee5 (patch) | |
| tree | 685c8ec059777d343b14812dd6bb748422ed2ee8 /plugins/TabSRMM/src/chat/window.cpp | |
| parent | bc382bfeb00236e2dbbb143cfe35dd3716a2f7e2 (diff) | |
common chat code moved to the core
Diffstat (limited to 'plugins/TabSRMM/src/chat/window.cpp')
| -rw-r--r-- | plugins/TabSRMM/src/chat/window.cpp | 8 | 
1 files changed, 1 insertions, 7 deletions
diff --git a/plugins/TabSRMM/src/chat/window.cpp b/plugins/TabSRMM/src/chat/window.cpp index 67d25d9174..abde116c23 100644 --- a/plugins/TabSRMM/src/chat/window.cpp +++ b/plugins/TabSRMM/src/chat/window.cpp @@ -1562,7 +1562,7 @@ static void __cdecl phase2(void * lParam)  	SESSION_INFO *si = (SESSION_INFO*)lParam;  	Sleep(30);  	if (si && si->hWnd) -		PostMessage(si->hWnd, GC_REDRAWLOG3, 0, 0); +		PostMessage(si->hWnd, GC_REDRAWLOG2, 0, 0);  }  ///////////////////////////////////////////////////////////////////////////////////////// @@ -1910,12 +1910,6 @@ INT_PTR CALLBACK RoomWndProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPar  			Log_StreamInEvent(hwndDlg, si->pLogEnd, si, TRUE);  		break; -	case GC_REDRAWLOG3: -		si->LastTime = 0; -		if (si->pLog) -			Log_StreamInEvent(hwndDlg, si->pLogEnd, si, TRUE); -		break; -  	case GC_ADDLOG:  		if (g_Settings.bUseDividers && g_Settings.bDividersUsePopupConfig) {  			if (!MessageWindowOpened(0, (LPARAM)hwndDlg))  | 
