Author: bklaas
Date: Wed Sep 15 14:09:07 2010
New Revision: 9120

URL: http://svn.slimdevices.com/jive?rev=9120&view=rev
Log:
Bug: n/a
Description: no more blue icons for server errors, only red for any error


Modified:
    
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua

Modified: 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua?rev=9120&r1=9119&r2=9120&view=diff
==============================================================================
--- 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
 (original)
+++ 
7.6/trunk/squeezeplay/src/squeezeplay/share/applets/QVGAbaseSkin/QVGAbaseSkinApplet.lua
 Wed Sep 15 14:09:07 2010
@@ -2377,7 +2377,10 @@
                img = _loadImage(self, "Icons/icon_wireless_disabled.png"),
        })
        s.button_wireless_SERVERERROR = _uses(s._button_wireless, {
-               img = _loadImage(self, "Icons/icon_wireless_cantconnect.png"),
+               img = _loadImage(self, "Icons/icon_wireless_disabled.png"),
+               -- In 7.6, decision is to go with only red colored icons for 
both network and server errors
+               -- leaving the old path here in case we decide that was a 
mistake
+               --img = _loadImage(self, "Icons/icon_wireless_cantconnect.png"),
        })
        s.button_wireless_NONE = _uses(s._button_wireless, {
                img = false,
@@ -2390,7 +2393,10 @@
                img = _loadImage(self, "Icons/icon_ethernet_disabled.png"),
        })
        s.button_ethernet_SERVERERROR = _uses(s._button_wireless, {
-               img = _loadImage(self, "Icons/icon_ethernet_cantconnect.png"),
+               img = _loadImage(self, "Icons/icon_ethernet_disabled.png"),
+               -- In 7.6, decision is to go with only red colored icons for 
both network and server errors
+               -- leaving the old path here in case we decide that was a 
mistake
+               -- img = _loadImage(self, 
"Icons/icon_ethernet_cantconnect.png"),
        })
 
        -- time

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

Reply via email to