diff options
author | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-19 21:10:59 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss123next@list.ru> | 2010-07-19 21:10:59 +0300 |
commit | 6bbb4dd9072bad357a8a919db26baf9929a883bd (patch) | |
tree | 3908507407507ceed58598d796ffa1c87214bda1 | |
parent | a13bb5a76dc9f7e6161f9832fc1e4e9c72c00f8c (diff) |
modified: ui.cpp
-rw-r--r-- | ui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ int CreateButtons(WPARAM, LPARAM) button.dwDefPos = 500; button.dwButtonID = TEST_BUTTONID; CallService(MS_BB_ADDBUTTON, 0, (LPARAM)&button); - button.bbbFlags -= BBBF_ISIMBUTTON | BBBF_ISLSIDEBUTTON | BBBF_ISCHATBUTTON; + button.bbbFlags = BBBF_ISIMBUTTON | BBBF_ISLSIDEBUTTON | BBBF_ISCHATBUTTON; for(list <JabberAccount*>::iterator p = Accounts.begin(); p != Accounts.end(); p++) { if((*p)->getJuickContact() != INVALID_HANDLE_VALUE) |