summaryrefslogtreecommitdiff
path: root/plugins/Dropbox
diff options
context:
space:
mode:
authorMikalaiR <nikolay.romanovich@narod.ru>2015-08-27 15:29:48 +0000
committerMikalaiR <nikolay.romanovich@narod.ru>2015-08-27 15:29:48 +0000
commitd6581c5ebd7f14b4124bc057cb9b11e232c1e5e7 (patch)
tree53dec95446d07ec90bbe50428bc02d0da782809d /plugins/Dropbox
parentd6eee2018898f2442883a0aa77ad095b75572cfb (diff)
Dropbox: fixed hidden menu item after cancel transfer
git-svn-id: http://svn.miranda-ng.org/main/trunk@15044 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Dropbox')
-rw-r--r--plugins/Dropbox/src/dropbox_events.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dropbox/src/dropbox_events.cpp b/plugins/Dropbox/src/dropbox_events.cpp
index 4282a362d1..d2d4aa027b 100644
--- a/plugins/Dropbox/src/dropbox_events.cpp
+++ b/plugins/Dropbox/src/dropbox_events.cpp
@@ -128,6 +128,7 @@ int CDropbox::OnFileDialogCancelled(WPARAM, LPARAM lParam)
if (hTransferWindow == hwnd)
{
CallFunctionAsync(EnableTabSrmmButtonSync, (void*)hTransferContact);
+ hTransferContact = 0;
hTransferWindow = 0;
}