Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > ce2e75decdd057e5c961fad858af3221 > files > 22

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

Index: plasma/desktop/applets/kickoff/simpleapplet/simpleapplet.cpp
===================================================================
--- plasma/desktop/applets/kickoff/simpleapplet/simpleapplet.cpp
+++ plasma/desktop/applets/kickoff/simpleapplet/simpleapplet.cpp	2010-02-18 17:08:10.000000000 +0100
@@ -323,7 +323,7 @@
     connect(this, SIGNAL(activate()), this, SLOT(toggleMenu()));
 
     if (args.count() < 2) { // assuming args is only used for passing in submenu paths
-        d->viewtypes << "RecentlyUsedApplications" << "Applications" << "Favorites";
+        d->viewtypes << "RecentlyUsedApplications" << "Applications" << "Favorites" << "RecentlyUsed" ;
         if (KAuthorized::authorize("run_command")) {
             d->viewtypes << "RunCommand";
         }
@@ -375,7 +375,7 @@
     d->formattype = (MenuLauncherApplet::FormatType) fte.keyToValue(ftb);
 
     d->setMaxRecentApps(cg.readEntry("maxRecentApps", qMin(5, Kickoff::RecentApplications::self()->maximum())));
-    d->showMenuTitles = cg.readEntry("showMenuTitles", false);
+    d->showMenuTitles = cg.readEntry("showMenuTitles", true);
 
     d->icon->setIcon(KIcon(cg.readEntry("icon", d->iconname)));