Author: bklaas
Date: Mon Jan 26 14:01:53 2009
New Revision: 3947

URL: http://svn.slimdevices.com?rev=3947&root=Jive&view=rev
Log:
Bug: n/a
Description: save screenshots to to top level of removable media, not a /log 
subdirectory

Modified:
    
7.4/trunk/squeezeplay/src/squeezeplay/share/applets/Screenshot/ScreenshotApplet.lua

Modified: 
7.4/trunk/squeezeplay/src/squeezeplay/share/applets/Screenshot/ScreenshotApplet.lua
URL: 
http://svn.slimdevices.com/7.4/trunk/squeezeplay/src/squeezeplay/share/applets/Screenshot/ScreenshotApplet.lua?rev=3947&root=Jive&r1=3946&r2=3947&view=diff
==============================================================================
--- 
7.4/trunk/squeezeplay/src/squeezeplay/share/applets/Screenshot/ScreenshotApplet.lua
 (original)
+++ 
7.4/trunk/squeezeplay/src/squeezeplay/share/applets/Screenshot/ScreenshotApplet.lua
 Mon Jan 26 14:01:53 2009
@@ -44,7 +44,7 @@
        local path = System.getUserDir()
        if lfs.attributes("/media", "mode") ~= nil then
                for dir in lfs.dir("/media") do
-                       local tmp = "/media/" .. dir .. "/log"
+                       local tmp = "/media/" .. dir 
                        if lfs.attributes(tmp, "mode") == "directory" then
                                path = tmp
                                break

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

Reply via email to