f-spot r4342 - in trunk: . src
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4342 - in trunk: . src
- Date: Mon, 15 Sep 2008 10:56:59 +0000 (UTC)
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]