From 9cd27dbaa3e866ab5befdbcaadddf13b34e7b0bf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 4 Apr 2020 00:43:23 +0900 Subject: Fixed tde branding of services in tdebuildsycoca. This was creating old kde-* entries in profilerc when updating file type preferences. This relates to bug 3083. Signed-off-by: Michele Calgaro --- tdecmshell/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tdecmshell') diff --git a/tdecmshell/main.cpp b/tdecmshell/main.cpp index 20ef629d9..a99c4b545 100644 --- a/tdecmshell/main.cpp +++ b/tdecmshell/main.cpp @@ -103,8 +103,8 @@ static KService::Ptr locateModule(const TQCString& module) } // avoid finding random non-TDE applications - if ( module.left( 4 ) != "kde-" && service->library().isEmpty() ) - return locateModule( "kde-" + module ); + if ( module.left( 4 ) != "tde-" && service->library().isEmpty() ) + return locateModule( "tde-" + module ); if(!TDECModuleLoader::testModule( module )) { -- cgit v1.2.1