Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbox.py
diff options
context:
space:
mode:
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)