gthumb r2534 - in branches/gthumb-2-10: . data



Author: mjc
Date: Tue Apr  7 16:03:13 2009
New Revision: 2534
URL: http://svn.gnome.org/viewvc/gthumb?rev=2534&view=rev

Log:
2009-04-07  Michael J. Chudobiak  <mjc svn gnome org>

        * NEWS:
        * data/gthumb-import.desktop.in:
        The existing import scripts did not properly unmount gvfs-mounted
        cameras. Gnome bug #560352, Ubuntu bug #351122.



Modified:
   branches/gthumb-2-10/ChangeLog
   branches/gthumb-2-10/NEWS
   branches/gthumb-2-10/data/gthumb-import.desktop.in

Modified: branches/gthumb-2-10/NEWS
==============================================================================
--- branches/gthumb-2-10/NEWS	(original)
+++ branches/gthumb-2-10/NEWS	Tue Apr  7 16:03:13 2009
@@ -4,6 +4,8 @@
 	Bugs fixed:
 
 	* Made the OK button the default widget in the rename dialog.
+	* The existing import scripts did not properly unmount gvfs-mounted
+        cameras. Gnome bug #560352, Ubuntu bug #351122.
 
 
 version 2.10.11

Modified: branches/gthumb-2-10/data/gthumb-import.desktop.in
==============================================================================
--- branches/gthumb-2-10/data/gthumb-import.desktop.in	(original)
+++ branches/gthumb-2-10/data/gthumb-import.desktop.in	Tue Apr  7 16:03:13 2009
@@ -3,7 +3,7 @@
 _GenericName=Photo Import Tool
 _Comment=Import the photos on your camera card
 Categories=GNOME;GTK;Graphics;Viewer;RasterGraphics;2DGraphics;Photography;
-Exec=sh -c 'gvfs-mount -u "%U"; exec gthumb --import-photos'
+Exec=sh -c 'gvfs-mount -u ~/.gvfs/gphoto2*; exec gthumb --import-photos'
 Icon=gthumb
 MimeType=x-content/image-dcf;x-content/image-picturecd;
 NoDisplay=true



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]