Author: bklaas
Date: Thu Jan 24 14:20:19 2008
New Revision: 1621

URL: http://svn.slimdevices.com?rev=1621&root=Jive&view=rev
Log:
Bug: 6535
Description: change InfoBrowser weight from 900 to 10

Modified:
    branches/7.0/jive/src/pkg/jive/share/applets/InfoBrowser/InfoBrowserMeta.lua

Modified: 
branches/7.0/jive/src/pkg/jive/share/applets/InfoBrowser/InfoBrowserMeta.lua
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/applets/InfoBrowser/InfoBrowserMeta.lua?rev=1621&root=Jive&r1=1620&r2=1621&view=diff
==============================================================================
--- 
branches/7.0/jive/src/pkg/jive/share/applets/InfoBrowser/InfoBrowserMeta.lua 
(original)
+++ 
branches/7.0/jive/src/pkg/jive/share/applets/InfoBrowser/InfoBrowserMeta.lua 
Thu Jan 24 14:20:19 2008
@@ -25,6 +25,6 @@
 
 function registerApplet(meta)
        jiveMain:addItem(
-               meta:menuItem('appletInfoBrowser', 'extras', 
meta:string('INFOBROWSER'), function(applet, ...) applet:menu(...) end, 900)
+               meta:menuItem('appletInfoBrowser', 'extras', 
meta:string('INFOBROWSER'), function(applet, ...) applet:menu(...) end, 10)
        )
 end

_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins

Reply via email to