Merge branch 'master' of ssh+git://dev.laptop.org/git/sugar-toolkit

This commit is contained in:
Simon Schampijer
2008-08-31 21:33:55 +02:00
6 changed files with 35 additions and 12 deletions
+2 -2
View File
@@ -754,8 +754,8 @@ class Activity(Window, gtk.Container):
return {}
def take_screenshot(self):
if self.canvas and self.canvas.window:
self._preview.take_screenshot(self.canvas.window)
if self.canvas:
self._preview.take_screenshot(self.canvas)
def save(self):
"""Request that the activity is saved to the Journal.