diff options
author | aunsane <aunsane@gmail.com> | 2017-03-16 00:08:16 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-03-16 00:09:55 +0300 |
commit | c84b27ebb4eaa5327c601f0b504249bf061ef3b5 (patch) | |
tree | 40bd78d7f39eb29edafe0911b0f3ed58510ae009 /protocols/Slack/src/slack_accounts.cpp | |
parent | 131573060e8ddc945c671ed312b9480ce59d2e9f (diff) |
Slack: added im message send
Diffstat (limited to 'protocols/Slack/src/slack_accounts.cpp')
-rw-r--r-- | protocols/Slack/src/slack_accounts.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Slack/src/slack_accounts.cpp b/protocols/Slack/src/slack_accounts.cpp index 1887c9fc95..50640ae37a 100644 --- a/protocols/Slack/src/slack_accounts.cpp +++ b/protocols/Slack/src/slack_accounts.cpp @@ -37,7 +37,7 @@ int CSlackProto::OnAccountLoaded(WPARAM, LPARAM) return 0; } -INT_PTR CSlackProto::OnAccountManagerInit(WPARAM, LPARAM lParam) +INT_PTR CSlackProto::OnAccountManagerInit(WPARAM, LPARAM) { - return (INT_PTR)(CSlackOptionsMain::CreateAccountManagerPage(this, (HWND)lParam))->GetHwnd(); + return NULL;// (INT_PTR)(CSlackOptionsMain::CreateAccountManagerPage(this, (HWND)lParam))->GetHwnd(); }
\ No newline at end of file |