f-spot r4342 - in trunk: . src



Author: sdelcroix
Date: Mon Sep 15 10:56:58 2008
New Revision: 4342
URL: http://svn.gnome.org/viewvc/f-spot?rev=4342&view=rev

Log:
2008-09-15  Stephane Delcroix  <sdelcroix novell com>

	* srx/XmpTagImporter.cs: workaround for bgo #371602.


Modified:
   trunk/ChangeLog
   trunk/src/XmpTagsImporter.cs

Modified: trunk/src/XmpTagsImporter.cs
==============================================================================
--- trunk/src/XmpTagsImporter.cs	(original)
+++ trunk/src/XmpTagsImporter.cs	Mon Sep 15 10:56:58 2008
@@ -294,7 +294,10 @@
 			using (ImageFile img = ImageFile.Create (path)) {
 				StatementSource source = img as StatementSource;
 				if (source != null) {
-					source.Select (xmp);
+					try {
+						source.Select (xmp);
+					} catch  {
+					}
 				}
 			}
 



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