Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Welcome.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-18 11:33:19 (GMT)
committer Nat <natcl@hotmail.com>2007-07-18 11:33:19 (GMT)
commitf4e61f777073281f2ade5651a8113a9c17789541 (patch)
tree10723acb4f8a74d6eac158a5844c4f61470a17fd /Welcome.py
parent839df281cddde9198413824ac573a9ba1a14a1e4 (diff)
Hide the ogg player
Diffstat (limited to 'Welcome.py')
-rw-r--r--Welcome.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Welcome.py b/Welcome.py
index 09a8c3f..dc8ea77 100644
--- a/Welcome.py
+++ b/Welcome.py
@@ -61,7 +61,7 @@ class Welcome(SubActivity):
actVBox.pack_start(actHBox,False,False, 200)
actVBox.pack_start(title,False,False, 0)
- actVBox.pack_start(buttonBox, False, False, 100)
+ #actVBox.pack_start(buttonBox, False, False, 100)
self.add(actVBox)
self.show_all()