[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdebase/workspace/plasma/plasma
From:       Aaron J. Seigo <aseigo () kde ! org>
Date:       2008-06-01 2:55:02
Message-ID: 1212288902.584578.28713.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 815052 by aseigo:

* init before flushing constraints
* associate Alt+F1 by default with the menu


 M  +3 -2      desktopcorona.cpp  


--- trunk/KDE/kdebase/workspace/plasma/plasma/desktopcorona.cpp #815051:815052
@@ -99,8 +99,8 @@
             c->addApplet(folderView, QPointF(KDialog::spacingHint(), KDialog::spacingHint()), true);
             KConfigGroup config = folderView->config();
             config.writeEntry("url", "desktop:/");
+            folderView->init();
             folderView->flushPendingConstraintsEvents();
-            folderView->init();
         }
 
         if (g.x() <= topLeftCorner.x() && g.y() >= topLeftCorner.y()) {
@@ -118,7 +118,8 @@
     panel->flushPendingConstraintsEvents();
 
     // some default applets to get a usable UI
-    panel->addApplet("launcher");
+    Plasma::Applet *launcher =  panel->addApplet("launcher");
+    launcher->setGlobalShortcut(KShortcut("Alt+F1"));
     panel->addApplet("notifier");
     panel->addApplet("pager");
     panel->addApplet("tasks");
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic