Author: titmuss
Date: Sun Feb 10 03:54:35 2008
New Revision: 1883

URL: http://svn.slimdevices.com?rev=1883&root=Jive&view=rev
Log:
Bug: N/A
Description:
Fix default selection when viewing wallpaper.


Modified:
    
branches/7.0/jive/src/pkg/jive/share/applets/SetupWallpaper/SetupWallpaperApplet.lua

Modified: 
branches/7.0/jive/src/pkg/jive/share/applets/SetupWallpaper/SetupWallpaperApplet.lua
URL: 
http://svn.slimdevices.com/branches/7.0/jive/src/pkg/jive/share/applets/SetupWallpaper/SetupWallpaperApplet.lua?rev=1883&root=Jive&r1=1882&r2=1883&view=diff
==============================================================================
--- 
branches/7.0/jive/src/pkg/jive/share/applets/SetupWallpaper/SetupWallpaperApplet.lua
 (original)
+++ 
branches/7.0/jive/src/pkg/jive/share/applets/SetupWallpaper/SetupWallpaperApplet.lua
 Sun Feb 10 03:54:35 2008
@@ -98,6 +98,9 @@
        self.currentPlayer = _getCurrentPlayer()
 
        local wallpaper = self:getSettings()[self.currentPlayer]
+       if not wallpaper then
+               wallpaper = self:getSettings()["wallpaper"]
+       end
 
        self.server = self:_getCurrentServer()
        self.group  = RadioGroup()

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

Reply via email to