From 7448ff4805057bdad6c70b3710b8c731e839b728 Mon Sep 17 00:00:00 2001 From: csoler Date: Sun, 21 Jan 2018 19:07:37 +0100 Subject: [PATCH] re-enabled search in file lists tree view --- retroshare-gui/src/gui/FileTransfer/SharedFilesDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/FileTransfer/SharedFilesDialog.cpp b/retroshare-gui/src/gui/FileTransfer/SharedFilesDialog.cpp index ce67043a9..4fdf873ce 100644 --- a/retroshare-gui/src/gui/FileTransfer/SharedFilesDialog.cpp +++ b/retroshare-gui/src/gui/FileTransfer/SharedFilesDialog.cpp @@ -87,7 +87,7 @@ // Define to avoid using the search in treeview, because it is really slow for now. // -#define DONT_USE_SEARCH_IN_TREE_VIEW 1 +//#define DONT_USE_SEARCH_IN_TREE_VIEW 1 //#define DEBUG_SHARED_FILES_DIALOG 1