#8335 NORM 8.2.0 (: Colors-3 does not stop / quit
Zarro Boogs per Child
bugtracker at laptop.org
Sun Sep 28 15:13:17 EDT 2008
#8335: Colors-3 does not stop / quit
-------------------------------+--------------------------------------------
Reporter: martin.langhoff | Owner: wadeb
Type: defect | Status: new
Priority: normal | Milestone: 8.2.0 (was Update.2)
Component: other-activity | Version: not specified
Resolution: | Keywords: Colors! 8.2-759
Next_action: never set | Verified: 0
Blockedby: | Blocking:
-------------------------------+--------------------------------------------
Comment(by DanKrejsa):
Hi,
Here's a patch that seems to make quitting the Colors! (version 4)
activity work on candidate-765. I don't know how this change would
affect operation on older XO builds.
---------------8<----------------------
[dlkrejsa at localhost Colors.activity]$ diff -u colors.py ../colors.py
--- colors.py 2008-05-09 03:16:10.000000000 -0700
+++ ../colors.py 2008-09-28 11:48:37.000000000 -0700
@@ -1487,7 +1487,7 @@
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)
---------------8<----------------------
A couple of other questions on Colors!
- Is it supposed to play back the saved painting automatically
when an instance starts? Currently it does not.
- After manually going to the watch tab and playing back
the saved painting, then returning to the Paint tab, the
first stroke fails to apply any paint. The second stroke
succeeds.
--
Ticket URL: <http://dev.laptop.org/ticket/8335#comment:11>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list