Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoe Lee <joe@jotaro.com>2009-08-28 03:36:54 (GMT)
committer Joe Lee <joe@jotaro.com>2009-08-28 03:36:54 (GMT)
commit6a8e927c1f37f9638f5b8915afdbde7755af61e4 (patch)
tree08f7a3bd4530d65644b206ffba25c7d285ecaa9d
parent9da62da7920d719f88f8c967a42294670cb723ea (diff)
Fixed window ordering on G1G1 XO.
-rw-r--r--implodeactivity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/implodeactivity.py b/implodeactivity.py
index 5a19867..569daa9 100644
--- a/implodeactivity.py
+++ b/implodeactivity.py
@@ -119,7 +119,6 @@ class ImplodeActivity(Activity):
help_window = _HelpWindow()
help_window.set_transient_for(self.get_toplevel())
help_window.show_all()
- self.present()
class _Toolbox(ActivityToolbox):