Author: titmuss
Date: Sun Feb 10 16:33:09 2008
New Revision: 1894

URL: http://svn.slimdevices.com?rev=1894&root=Jive&view=rev
Log:
 [EMAIL PROTECTED] (orig r1883):  titmuss | 2008-02-10 11:54:35 +0000
 Bug: N/A
 Description:
 Fix default selection when viewing wallpaper.
 
 

Modified:
    trunk/   (props changed)
    
trunk/jive/src/pkg/jive/share/applets/SetupWallpaper/SetupWallpaperApplet.lua

Propchange: trunk/
------------------------------------------------------------------------------
--- svk:merge (original)
+++ svk:merge Sun Feb 10 16:33:09 2008
@@ -1,3 +1,3 @@
-bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1882
+bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/7.0:1883
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/SN:1083
 bbe22326-0783-4b3a-ac2b-7ab96b24c8d9:/branches/scrolling:1378

Modified: 
trunk/jive/src/pkg/jive/share/applets/SetupWallpaper/SetupWallpaperApplet.lua
URL: 
http://svn.slimdevices.com/trunk/jive/src/pkg/jive/share/applets/SetupWallpaper/SetupWallpaperApplet.lua?rev=1894&root=Jive&r1=1893&r2=1894&view=diff
==============================================================================
--- 
trunk/jive/src/pkg/jive/share/applets/SetupWallpaper/SetupWallpaperApplet.lua 
(original)
+++ 
trunk/jive/src/pkg/jive/share/applets/SetupWallpaper/SetupWallpaperApplet.lua 
Sun Feb 10 16:33:09 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