Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/frame/frame.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-10-23 13:49:19 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-10-23 13:49:19 (GMT)
commit3b57c5f247c6f19cae7f4eedb602033d789c3a4d (patch)
tree4758d60f72933539c45dfb7e07b0c77e5adcddb2 /shell/view/frame/frame.py
parent7fd05154d3ff5b7e05775aae1b56204af3829aff (diff)
Try to handle the case when the frame cover the activity window.
Diffstat (limited to 'shell/view/frame/frame.py')
-rw-r--r--shell/view/frame/frame.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/view/frame/frame.py b/shell/view/frame/frame.py
index 3fe2ef6..f77f662 100644
--- a/shell/view/frame/frame.py
+++ b/shell/view/frame/frame.py
@@ -184,6 +184,8 @@ class Frame(object):
if self._animator:
self._animator.stop()
+ self._shell.take_activity_screenshot()
+
self._animator = animator.Animator(0.5)
self._animator.add(_Animation(self, 1.0))
self._animator.start()