From ae33eeddda07fd4b1e37631309f8176aa22958e9 Mon Sep 17 00:00:00 2001 From: "Aaron J. Seigo" Date: Mon, 14 Apr 2008 18:10:24 +0000 Subject: [PATCH] SVN_SILENT: minor ws svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=797014 --- searchcontext.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/searchcontext.cpp b/searchcontext.cpp index 12ad1e3ea..3de5aada9 100644 --- a/searchcontext.cpp +++ b/searchcontext.cpp @@ -142,7 +142,6 @@ void SearchContext::resetSearchTerm(const QString &term) // delete the matches until after the signal is handled. // a bit safer. qDeleteAll(matches); - setSearchTerm(term); }