From e95efe57900d7a7e3b07c7e34116b450b894dee9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 11 Oct 2014 14:31:35 -0500 Subject: [PATCH] Second part of prior commit --- tdeio/tdeio/kservice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tdeio/tdeio/kservice.cpp b/tdeio/tdeio/kservice.cpp index 8845e126e..4b30e82c7 100644 --- a/tdeio/tdeio/kservice.cpp +++ b/tdeio/tdeio/kservice.cpp @@ -258,7 +258,7 @@ KService::init( KDesktopFile *config ) if (!untranslatedGenericName.isEmpty()) entryMap.insert("UntranslatedGenericName", untranslatedGenericName); - m_lstKeywords = config->readListEntry("Keywords"); + m_lstKeywords = config->readListEntry("Keywords", ';'); entryMap.remove("Keywords"); d->categories = config->readListEntry("Categories", ';'); entryMap.remove("Categories");