[Blends-commit] [SCM] ezgo branch, master, updated. 3c5c075b9a97b4e1d945e7579dd16688c71a88c7

Franklin franklin at goodhorse.idv.tw
Sun Jan 4 15:57:56 UTC 2015


The following commit has been merged in the master branch:
commit d397614ab7d7e8ee5745d0a09e9fc4b9c807270d
Author: Franklin <franklin at goodhorse.idv.tw>
Date:   Sun Jan 4 14:34:23 2015 +0800

    Change the immutability of kde menu so that it can be changed to launcher mode

diff --git a/ezgo-kde/kde/layout.js b/ezgo-kde/kde/layout.js
index 98b0888..067c48b 100644
--- a/ezgo-kde/kde/layout.js
+++ b/ezgo-kde/kde/layout.js
@@ -10,7 +10,7 @@ launcher = panel.addWidget("simplelauncher")
 launcher.writeConfig("icon", "/usr/share/ezgo/icons/start_menu.png")
 launcher.writeConfig("format", "Name")
 launcher.writeConfig("views", "Applications,Favorites,RecentlyUsed,RunCommand,Leave")
-launcher.writeConfig("immutability", 2)
+launcher.writeConfig("immutability", 1)
 
 sam = panel.addWidget("org.kde.showActivityManager")
 sam.writeConfig("immutability", 2)

-- 
Blend for educatipn with asian specific adaptations



More information about the Blends-commit mailing list