From 53bd8acee6f2b44d0472accb429ecf97aac1767d Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Wed, 16 Jun 2010 15:30:15 +0000 Subject: [PATCH] apparently people want to be able to save more than once. tsk --- net/systemeD/halcyon/connection/XMLConnection.as | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net/systemeD/halcyon/connection/XMLConnection.as b/net/systemeD/halcyon/connection/XMLConnection.as index 95fcb7d6..a22bd4e6 100644 --- a/net/systemeD/halcyon/connection/XMLConnection.as +++ b/net/systemeD/halcyon/connection/XMLConnection.as @@ -122,8 +122,6 @@ package net.systemeD.halcyon.connection { upload.appendChild(addDeleted(changeset, getAllWayIDs, getWay, serialiseEntityRoot)); upload.appendChild(addDeleted(changeset, getAllNodeIDs, getNode, serialiseEntityRoot)); - trace(upload); - // now actually upload them // make an OAuth query var sig:IOAuthSignatureMethod = new OAuthSignatureMethod_HMAC_SHA1(); @@ -178,7 +176,7 @@ package net.systemeD.halcyon.connection { } dispatchEvent(new SaveCompleteEvent(SAVE_COMPLETED, true)); - dispatchEvent(new Event(DATA_CLEAN, true)); + markClean(); } private function diffUploadError(event:IOErrorEvent):void { -- 2.31.1