diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-05-13 20:12:06 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-05-13 20:12:06 +0000 |
commit | f8830ba4d8827a9460de51e17ccd8caeed7217e2 (patch) | |
tree | c1c15b0590c89eff2644b1618982860634c497df /plugins/Dropbox/src/dropbox_events.cpp | |
parent | 5865e7f3b1013d8540e8bd5a8a012da26d6f6768 (diff) |
Dropbox: some fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@13577 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox/src/dropbox_events.cpp')
-rw-r--r-- | plugins/Dropbox/src/dropbox_events.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/Dropbox/src/dropbox_events.cpp b/plugins/Dropbox/src/dropbox_events.cpp index 8673eb85b1..be1e5a72be 100644 --- a/plugins/Dropbox/src/dropbox_events.cpp +++ b/plugins/Dropbox/src/dropbox_events.cpp @@ -20,6 +20,9 @@ int CDropbox::OnModulesLoaded(WPARAM, LPARAM) GetDefaultContact();
+ WORD status = ProtoGetStatus(0, 0);
+ ProtoBroadcastAck(MODULE, NULL, ACKTYPE_STATUS, ACKRESULT_SUCCESS, (HANDLE)ID_STATUS_OFFLINE, status);
+
if (ServiceExists(MS_BB_ADDBUTTON))
{
BBButton bbd = { sizeof(bbd) };
|