Author: mherger
Date: Wed Feb 10 10:24:05 2010
New Revision: 8477

URL: http://svn.slimdevices.com/jive?rev=8477&view=rev
Log:
Bug: n/a
Description: fix wallpaper folder location

Modified:
    
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SetupWallpaper/SetupWallpaperApplet.lua

Modified: 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SetupWallpaper/SetupWallpaperApplet.lua
URL: 
http://svn.slimdevices.com/jive/7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SetupWallpaper/SetupWallpaperApplet.lua?rev=8477&r1=8476&r2=8477&view=diff
==============================================================================
--- 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SetupWallpaper/SetupWallpaperApplet.lua
 (original)
+++ 
7.5/trunk/squeezeplay/src/squeezeplay/share/applets/SetupWallpaper/SetupWallpaperApplet.lua
 Wed Feb 10 10:24:05 2010
@@ -123,7 +123,7 @@
        end
 
        -- read files in the userpath too
-       local userdir = System.getUserDir()
+       local userdir = System.getUserDir() .. "/wallpapers/"
        for img in lfs.dir(userdir) do
                self:_readFile(userdir .. "/" .. img, screenWidth, screenHeight)
        end

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

Reply via email to