diff options
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 |