Second part of prior commit

pull/16/head
Timothy Pearson 10 years ago
parent 87d43e9bdb
commit e95efe5790

@ -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");

Loading…
Cancel
Save