Branch: master

e95efe57 2014-10-11 14:31:35 Timothy Pearson
Second part of prior commit
M tdeio/tdeio/kservice.cpp
diff --git a/tdeio/tdeio/kservice.cpp b/tdeio/tdeio/kservice.cpp
index 8845e12..4b30e82 100644
--- a/tdeio/tdeio/kservice.cpp
+++ b/tdeio/tdeio/kservice.cpp
@@ -258,7 +258,7 @@
   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");