From ec2c0c1dd0b44811673b7a3285bc97c2cd5c22a3 Mon Sep 17 00:00:00 2001 From: mike Date: Sat, 05 Dec 2009 22:43:48 +0000 Subject: Creator : Corrected the drag'n drop bug, corrected properties update bug --- (limited to 'tutorius/creator.py') diff --git a/tutorius/creator.py b/tutorius/creator.py index 50017dc..5ec0d18 100644 --- a/tutorius/creator.py +++ b/tutorius/creator.py @@ -320,7 +320,7 @@ class Creator(Object): self.set_insertion_point(new_state) def properties_changed(self, action): - LOGGER.debug("Creator :: properties_changed for action at address %s to %s"%(action.address)) + LOGGER.debug("Creator :: properties_changed for action at address %s"%(action.address)) address = action.address self._probe_mgr.update(address, action, -- cgit v0.9.1