Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbox.py
diff options
context:
space:
mode:
authorManuel Kaufmann <humitos@gmail.com>2012-06-01 22:32:38 (GMT)
committer Manuel QuiƱones <manuq@laptop.org>2012-06-07 18:03:00 (GMT)
commit0a76f9b0ccd642cd741796b733c75afea5a0d6a7 (patch)
treeecee790f98aa8ea73a44e6f97e1fa406d7a1be88 /toolbox.py
parentcfffb58d479049529257555e8e0e165beaf4ba6f (diff)
Fixed bug instroduced in SL #3602
This patch solve the bug introduced in d20721442caa22d89f83b6c43d35d3aafae3f4bc Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Acked-by: Manuel QuiƱones <manuq@laptop.org>
Diffstat (limited to 'toolbox.py')
-rw-r--r--toolbox.py2
1 files changed, 1 insertions, 1 deletions
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)