Author: bklaas
Date: Thu Jan 24 14:29:50 2008
New Revision: 1623
URL: http://svn.slimdevices.com?rev=1623&root=Jive&view=rev
Log:
Bug: 6535
Description: default weight of items added to menus should be 100 not 5
Modified:
branches/7.0/jive/src/pkg/jive/share/jive/ui/HomeMenu.lua
Modified: branches/7.0/jive/src/pkg/jive/share/jive/ui/HomeMenu.lua
URL:
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/jive/ui/HomeMenu.lua?rev=1623&root=Jive&r1=1622&r2=1623&view=diff
==============================================================================
--- branches/7.0/jive/src/pkg/jive/share/jive/ui/HomeMenu.lua (original)
+++ branches/7.0/jive/src/pkg/jive/share/jive/ui/HomeMenu.lua Thu Jan 24
14:29:50 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