Revision
75
Author
emsmith
Date
2006-12-13 15:50:12 -0800 (Wed, 13 Dec 2006)

Log Message

Stop callbacks if quit is canceled - ooops

Modified Paths

Diff

Modified: desktop/trunk/lib/main.class.php (74 => 75)


--- desktop/trunk/lib/main.class.php	2006-12-13 23:47:36 UTC (rev 74)
+++ desktop/trunk/lib/main.class.php	2006-12-13 23:50:12 UTC (rev 75)
@@ -307,6 +307,7 @@
 		{
 			$this->on_state_save();
 			$this->destroy();
+			return FALSE; // stop event propogation
 		}
 		else
 		{