f-spot r4709 - trunk/src



Author: sdelcroix
Date: Thu Feb 12 14:35:38 2009
New Revision: 4709
URL: http://svn.gnome.org/viewvc/f-spot?rev=4709&view=rev

Log:
use GException instead of VfsException

Modified:
   trunk/src/RotateCommand.cs

Modified: trunk/src/RotateCommand.cs
==============================================================================
--- trunk/src/RotateCommand.cs	(original)
+++ trunk/src/RotateCommand.cs	Thu Feb 12 14:35:38 2009
@@ -214,7 +214,7 @@
 					RunGenericError (re, re.Path, re.Message);
 				else
 					readonly_count++;
-			} catch (Gnome.Vfs.VfsException) {
+			} catch (GLib.GException) {
 				readonly_count++;
 			} catch (DirectoryNotFoundException e) {
 				RunGenericError (e, op.Items [op.Index].DefaultVersionUri.LocalPath, Catalog.GetString ("Directory not found"));



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