f-spot r3981 - trunk/src



Author: sdelcroix
Date: Fri May 23 13:13:54 2008
New Revision: 3981
URL: http://svn.gnome.org/viewvc/f-spot?rev=3981&view=rev

Log:
saving another ~15% startup time

Modified:
   trunk/src/PhotoQuery.cs

Modified: trunk/src/PhotoQuery.cs
==============================================================================
--- trunk/src/PhotoQuery.cs	(original)
+++ trunk/src/PhotoQuery.cs	Fri May 23 13:13:54 2008
@@ -115,6 +115,9 @@
 			}
 			
 			set {
+				if (extra_condition == value)
+					return;
+
 				extra_condition = value;
 
 				if (value != null)



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