f-spot r4062 - trunk/extensions/PicasaWebExport
- From: sdelcroix svn gnome org
- To: svn-commits-list gnome org
- Subject: f-spot r4062 - trunk/extensions/PicasaWebExport
- Date: Fri, 13 Jun 2008 11:14:47 +0000 (UTC)
Author: sdelcroix
Date: Fri Jun 13 11:14:47 2008
New Revision: 4062
URL: http://svn.gnome.org/viewvc/f-spot?rev=4062&view=rev
Log:
catching TAEX in picasawebexport
Modified:
trunk/extensions/PicasaWebExport/PicasaWebExport.cs
Modified: trunk/extensions/PicasaWebExport/PicasaWebExport.cs
==============================================================================
--- trunk/extensions/PicasaWebExport/PicasaWebExport.cs (original)
+++ trunk/extensions/PicasaWebExport/PicasaWebExport.cs Fri Jun 13 11:14:47 2008
@@ -685,6 +685,9 @@
if (item.Tags != null && export_tag)
foreach (Tag tag in item.Tags)
picture.AddTag (tag.Name);
+ } catch (System.Threading.ThreadAbortException te) {
+ Log.Exception (te);
+ System.Threading.Thread.ResetAbort ();
} catch (System.Exception e) {
progress_dialog.Message = String.Format (Catalog.GetString ("Error Uploading To Gallery: {0}"),
e.Message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]