Author: tom
Date: Mon Mar 23 12:39:12 2009
New Revision: 4906

URL: http://svn.slimdevices.com/jive?rev=4906&view=rev
Log:
Bug: 11440
Description: 
code cleanup - removed extra tab
offer "on top" framework widgets, with "not on top" being the default.

Modified:
    7.4/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Framework.lua

Modified: 7.4/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Framework.lua
URL: 
http://svn.slimdevices.com/jive/7.4/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Framework.lua?rev=4906&r1=4905&r2=4906&view=diff
==============================================================================
--- 7.4/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Framework.lua (original)
+++ 7.4/trunk/squeezeplay/src/squeezeplay/share/jive/ui/Framework.lua Mon Mar 
23 12:39:12 2009
@@ -380,7 +380,7 @@
 
 =cut
 --]]
-       function addWidget(self, widget, onTop)
+function addWidget(self, widget, onTop)
        _assert(oo.instanceof(widget, Widget))
 
        if onTop then

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

Reply via email to