Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > ce2e75decdd057e5c961fad858af3221 > files > 36

kdebase4-workspace-4.4.5-0.2mdv2010.2.src.rpm

#
# This patch allow systemsettings to show on the menu as desktop files listed in
# systemApplicationList are cleaned from the menu
#
--- plasma/desktop/applets/kickoff/core/models.cpp~	2008-05-21 10:33:12.000000000 +0200
+++ plasma/desktop/applets/kickoff/core/models.cpp	2008-09-25 22:32:52.000000000 +0200
@@ -155,7 +155,7 @@
 {
     KConfigGroup appsGroup = componentData().config()->group("SystemApplications");
     QStringList apps;
-    apps << "systemsettings";
+    apps << "MandrivaKdeTeamRocks";
     apps = appsGroup.readEntry("DesktopFiles", apps);
     return apps;
 }