From 0a76f9b0ccd642cd741796b733c75afea5a0d6a7 Mon Sep 17 00:00:00 2001 From: Manuel Kaufmann Date: Fri, 01 Jun 2012 22:32:38 +0000 Subject: Fixed bug instroduced in SL #3602 This patch solve the bug introduced in d20721442caa22d89f83b6c43d35d3aafae3f4bc Signed-off-by: Manuel Kaufmann Acked-by: Manuel QuiƱones --- diff --git a/toolbox.py b/toolbox.py index dcdfeb0..8d58306 100644 --- a/toolbox.py +++ b/toolbox.py @@ -352,7 +352,7 @@ class ToolsToolbarBuilder(): # Check if there is an area selected or if the "stamp" tool is # being used sensitive = self._activity.area.is_selected() or \ - self.tool['name'] == 'stamp' + self.properties['name'] == 'stamp' self._tool_stamp.set_sensitive(sensitive) -- cgit v0.9.1