From deff54f051b4d54d6d6f57056404c364d0fc4626 Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Fri, 7 Feb 2014 11:30:48 +0000 Subject: [PATCH] fixed: accidentally nerfed drag and drop. --- src/lib/client/CClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/client/CClient.cpp b/src/lib/client/CClient.cpp index 9d85c95d..c12851f2 100644 --- a/src/lib/client/CClient.cpp +++ b/src/lib/client/CClient.cpp @@ -71,7 +71,7 @@ CClient::CClient(IEventQueue* events, m_crypto(crypto), m_sendFileThread(NULL), m_writeToDropDirThread(NULL), - m_enableDragDrop(false) + m_enableDragDrop(enableDragDrop) { assert(m_socketFactory != NULL); assert(m_screen != NULL);