Author: blblack
Date: Tue Jan 22 17:09:01 2008
New Revision: 1575
URL: http://svn.slimdevices.com?rev=1575&root=Jive&view=rev
Log:
fix pin display for :3000 "production" beta
Modified:
branches/7.0/jive/src/pkg/jive/share/applets/SqueezeNetworkPIN/SqueezeNetworkPINApplet.lua
Modified:
branches/7.0/jive/src/pkg/jive/share/applets/SqueezeNetworkPIN/SqueezeNetworkPINApplet.lua
URL:
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/applets/SqueezeNetworkPIN/SqueezeNetworkPINApplet.lua?rev=1575&root=Jive&r1=1574&r2=1575&view=diff
==============================================================================
---
branches/7.0/jive/src/pkg/jive/share/applets/SqueezeNetworkPIN/SqueezeNetworkPINApplet.lua
(original)
+++
branches/7.0/jive/src/pkg/jive/share/applets/SqueezeNetworkPIN/SqueezeNetworkPINApplet.lua
Tue Jan 22 17:09:01 2008
@@ -73,7 +73,14 @@
end
} )
- local help = Textarea("help", self:string("SQUEEZENETWORK_PIN_HELP",
jnt:getSNHostname()))
+ -- XXX this is temporary until the :3000 "production" beta goes away by
+ -- some means or other
+ local addport = "";
+ if not jnt:getSNBeta() then
+ addport = ":3000"
+ end
+
+ local help = Textarea("help", self:string("SQUEEZENETWORK_PIN_HELP",
jnt:getSNHostname() .. addport))
window:addWidget(help)
window:addWidget(menu)
_______________________________________________
Jive-checkins mailing list
[email protected]
http://lists.slimdevices.com/cgi-bin/mailman/listinfo/jive-checkins