Stop callbacks if quit is canceled - ooops
--- 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
{