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

[XaraXtreme-commits] Commit Complete



Commit by  : luke
Repository : xara
Revision   : 1503
Date       : Mon Jul 24 13:26:22 BST 2006

Changed paths:
   M /Trunk/XaraLX/Kernel/bmpexprw.cpp

Inhibit reporting of import error during preview, because reported in bitmap preview areas


Diff:
Index: Trunk/XaraLX/Kernel/bmpexprw.cpp
===================================================================
--- Trunk/XaraLX/Kernel/bmpexprw.cpp	(revision 1502)
+++ Trunk/XaraLX/Kernel/bmpexprw.cpp	(revision 1503)
@@ -3003,6 +3003,10 @@
 		}
 	}
 
+	// We don't need to report this error since, it's reported indirectly in the 
+	// preview bitmap areas
+	Error::ClearError();
+
 	// the operation failed
 	return FALSE;
 }


Xara