From 82456bc9a69bc9703c032e55026aa3d48b150b06 Mon Sep 17 00:00:00 2001 From: csoler Date: Sat, 2 Mar 2013 21:31:45 +0000 Subject: [PATCH] removed auto-clear of search field when searching (Patch from AC) git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6182 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/SearchDialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/retroshare-gui/src/gui/SearchDialog.cpp b/retroshare-gui/src/gui/SearchDialog.cpp index 54e569f45..93712a262 100644 --- a/retroshare-gui/src/gui/SearchDialog.cpp +++ b/retroshare-gui/src/gui/SearchDialog.cpp @@ -719,7 +719,6 @@ void SearchDialog::searchKeywords(const QString& keywords) /* abstraction to allow reusee of tree rendering code */ resultsToTree(keywords,req_id, finalResults); - ui.lineEdit->clear() ; } }