Author: titmuss
Date: Wed Jan 23 02:39:24 2008
New Revision: 1576

URL: http://svn.slimdevices.com?rev=1576&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1575):  blblack | 2008-01-23 01:09:01 +0000
 fix pin display for :3000 "production" beta

Modified:
    trunk/   (props changed)
    
trunk/jive/src/pkg/jive/share/applets/SqueezeNetworkPIN/SqueezeNetworkPINApplet.lua

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Wed Jan 23 02:39:24 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1557
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1575
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 
trunk/jive/src/pkg/jive/share/applets/SqueezeNetworkPIN/SqueezeNetworkPINApplet.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/applets/SqueezeNetworkPIN/SqueezeNetworkPINApplet.lua?rev=1576&root=Jive&r1=1575&r2=1576&view=diff
==============================================================================
--- 
trunk/jive/src/pkg/jive/share/applets/SqueezeNetworkPIN/SqueezeNetworkPINApplet.lua
 (original)
+++ 
trunk/jive/src/pkg/jive/share/applets/SqueezeNetworkPIN/SqueezeNetworkPINApplet.lua
 Wed Jan 23 02:39:24 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

Reply via email to