Author: mherger
Date: Wed Mar 24 23:15:08 2010
New Revision: 8666

URL: http://svn.slimdevices.com/jive?rev=8666&view=rev
Log:
Fixed Bug: 13061
Description: point ImageViewer default to www.mysb.com

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua?rev=8666&r1=8665&r2=8666&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/ImageViewer/ImageViewerMeta.lua
 Wed Mar 24 23:15:08 2010
@@ -60,14 +60,14 @@
 
        defaultSetting["source"] = "http"
        defaultSetting["card.path"] = "/media"
-       defaultSetting["http.path"] = 
"http://www.herger.net/sbimages/sbtouch.lst";
+       defaultSetting["http.path"] = 
"http://www.mysqueezebox.com/static/images/imageviewer/sbtouch.lst";
 
        if System:getMachine() == "baby" then
-               defaultSetting["http.path"] = 
"http://www.herger.net/sbimages/sbradio.lst";
+               defaultSetting["http.path"] = 
"http://www.mysqueezebox.com/static/images/imageviewer/sbradio.lst";
        end
 
        if System:getMachine() == "jive" then
-               defaultSetting["http.path"] = 
"http://www.herger.net/sbimages/sbcontroller.lst";
+               defaultSetting["http.path"] = 
"http://www.mysqueezebox.com/static/images/imageviewer/sbcontroller.lst";
        end
 
        return defaultSetting

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

Reply via email to