The following commit has been merged in the master branch:
commit d397614ab7d7e8ee5745d0a09e9fc4b9c807270d
Author: Franklin <[email protected]>
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
_______________________________________________
Blends-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/blends-commit