Author: mherger
Date: Wed Feb 24 02:53:32 2010
New Revision: 8562

URL: http://svn.slimdevices.com/jive?rev=8562&view=rev
Log:
Bug: n/a
Description: we need to write out the prefs change, or it won't survive a 
restart

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=8562&r1=8561&r2=8562&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 24 02:53:32 2010
@@ -402,7 +402,6 @@
                -- get the absolute file path for whatever we have
                wallpaper = System:findFile(wallpaper)
                if wallpaper ~= nil then 
-                       -- saved image from imageviewer
                        srf = Tile:loadImage(wallpaper)
                end
        end
@@ -441,6 +440,7 @@
                end
 
                self:getSettings()[playerId] = wallpaper
+               self:storeSettings()
        end
 
        self:showBackground(wallpaper, playerId, force)

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

Reply via email to