diff options
author | Wade Brainerd <wadetb@gmail.com> | 2008-10-11 21:51:57 (GMT) |
---|---|---|
committer | Wade Brainerd <wadetb@gmail.com> | 2008-10-11 21:51:57 (GMT) |
commit | ddb3e7d65637a4b24d4e7c52dd602c0b97131727 (patch) | |
tree | 2414db1809784aec8600a143bcf5ea82a59b435d /colors.py | |
parent | ea848af412bc7168b92f9e47fb1d9973515d3acd (diff) |
Allow program to exit on recent builds.
Diffstat (limited to 'colors.py')
-rwxr-xr-x | colors.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |