|
|
@ -258,7 +258,7 @@ KService::init( KDesktopFile *config )
|
|
|
|
if (!untranslatedGenericName.isEmpty())
|
|
|
|
if (!untranslatedGenericName.isEmpty())
|
|
|
|
entryMap.insert("UntranslatedGenericName", untranslatedGenericName);
|
|
|
|
entryMap.insert("UntranslatedGenericName", untranslatedGenericName);
|
|
|
|
|
|
|
|
|
|
|
|
m_lstKeywords = config->readListEntry("Keywords");
|
|
|
|
m_lstKeywords = config->readListEntry("Keywords", ';');
|
|
|
|
entryMap.remove("Keywords");
|
|
|
|
entryMap.remove("Keywords");
|
|
|
|
d->categories = config->readListEntry("Categories", ';');
|
|
|
|
d->categories = config->readListEntry("Categories", ';');
|
|
|
|
entryMap.remove("Categories");
|
|
|
|
entryMap.remove("Categories");
|
|
|
|