From f6754ca59c4b6fbcf6f7b253ac845901452421f6 Mon Sep 17 00:00:00 2001 From: Gonzalo Odiard Date: Thu, 19 Dec 2013 21:03:09 +0000 Subject: Fix invert colors tool - SL #3618 & SL #4674 Signed-off-by: Gonzalo Odiard --- (limited to 'toolbox.py') diff --git a/toolbox.py b/toolbox.py index b4e624e..ce6f8c6 100644 --- a/toolbox.py +++ b/toolbox.py @@ -814,4 +814,4 @@ class ImageToolbar(Gtk.Toolbar): self.properties['name'] = self._EFFECT_RAINBOW_NAME def invert_colors(self, widget): - self._activity.area.invert_colors(widget) + self._activity.area.invert_colors() -- cgit v0.9.1