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

[XaraXtreme-commits] Commit Complete



Commit by  : alex
Repository : xara
Revision   : 1102
Date       : Wed May 17 13:13:53 BST 2006

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

Fix bogus idle handler return


Diff:
Index: Trunk/XaraLX/Kernel/ngcore.cpp
===================================================================
--- Trunk/XaraLX/Kernel/ngcore.cpp	(revision 1101)
+++ Trunk/XaraLX/Kernel/ngcore.cpp	(revision 1102)
@@ -754,7 +754,7 @@
 	}
 
 	// Don't call the base class handler.
-	return TRUE;	
+	return FALSE;	// we don't want more idles - we've either removed ourself or nothing is out of date
 }
 
 


Xara