Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcolors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/colors.py b/colors.py
index d0c6233..7e4eaad 100755
--- a/colors.py
+++ b/colors.py
@@ -1508,7 +1508,7 @@ class Colors(activity.Activity, ExportedGObject):
def take_screenshot (self):
if self.easelarea and self.easelarea.bin_window:
- self._preview.take_screenshot(self.easelarea.bin_window)
+ self._preview.take_screenshot(self.easelarea)
def save_thumbnail(self, filename):
pbuf = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, False, 8, self.width, self.height)