summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2015-04-10 13:43:41 +0000
committerGeorge Hazan <george.hazan@gmail.com>2015-04-10 13:43:41 +0000
commit88b0bf48e9531d2c79fc872087949f5b936b1748 (patch)
tree9278f57b5b0ff03dd54a607928411873f8fe402d /plugins
parent79a7824786dd45d88aa3819a302c8b8140de0889 (diff)
another missing break
git-svn-id: http://svn.miranda-ng.org/main/trunk@12733 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Scriver/src/chat/window.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Scriver/src/chat/window.cpp b/plugins/Scriver/src/chat/window.cpp
index cd4fe12723..9c0d2e7c6a 100644
--- a/plugins/Scriver/src/chat/window.cpp
+++ b/plugins/Scriver/src/chat/window.cpp
@@ -1431,6 +1431,7 @@ static INT_PTR CALLBACK RoomWndProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPAR
return TRUE;
}
}
+ break;
case GC_UPDATENICKLIST:
SendDlgItemMessage(hwndDlg, IDC_CHAT_LIST, WM_SETREDRAW, FALSE, 0);