Author: titmuss
Date: Thu Jan 24 14:41:52 2008
New Revision: 1625
URL: http://svn.slimdevices.com?rev=1625&root=Jive&view=rev
Log:
[EMAIL PROTECTED] (orig r1623): bklaas | 2008-01-24 22:29:50 +0000
Bug: 6535
Description: default weight of items added to menus should be 100 not 5
Modified:
trunk/ (props changed)
trunk/jive/src/pkg/jive/share/jive/ui/HomeMenu.lua
Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Thu Jan 24 14:41:52 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1621
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1623
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378
Modified: trunk/jive/src/pkg/jive/share/jive/ui/HomeMenu.lua
URL:
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/jive/ui/HomeMenu.lua?rev=1625&root=Jive&r1=1624&r2=1625&view=diff
==============================================================================
--- trunk/jive/src/pkg/jive/share/jive/ui/HomeMenu.lua (original)
+++ trunk/jive/src/pkg/jive/share/jive/ui/HomeMenu.lua Thu Jan 24 14:41:52 2008
@@ -95,7 +95,7 @@
log:debug("JiveMain.addNode: Adding a non-root node, ", item.id)
if not item.weight then
- item.weight = 5
+ item.weight = 100
end
-- remove node from previous node (if changed)
@@ -149,7 +149,7 @@
assert(item.node)
if not item.weight then
- item.weight = 5
+ item.weight = 100
end
if not self.menuTable[item.id] then
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins