From kde-commits Sun Jan 17 23:40:30 2010 From: Jacopo De Simoi Date: Sun, 17 Jan 2010 23:40:30 +0000 To: kde-commits Subject: branches/KDE/4.4/kdebase/workspace/plasma/generic/runners/services Message-Id: <1263771630.668859.21062.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=126377163912566 SVN commit 1076311 by jacopods: If the category matches, it's not an exact match, but just a possible match M +1 -1 servicerunner.cpp --- branches/KDE/4.4/kdebase/workspace/plasma/generic/runners/services/servicerunner.cpp #1076310:1076311 @@ -192,7 +192,7 @@ continue; } Plasma::QueryMatch match(this); - match.setType(Plasma::QueryMatch::ExactMatch); + match.setType(Plasma::QueryMatch::PossibleMatch); setupMatch(service, match); qreal relevance = 0.6;