diff options
Diffstat (limited to 'plugins/Dropbox/src/dropbox_events.cpp')
-rw-r--r-- | plugins/Dropbox/src/dropbox_events.cpp | 1 |
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;
}
|