Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/atoidejouer/ui/screen/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'atoidejouer/ui/screen/activity.py')
-rw-r--r--atoidejouer/ui/screen/activity.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/atoidejouer/ui/screen/activity.py b/atoidejouer/ui/screen/activity.py
index 6e74f1d..b44f604 100644
--- a/atoidejouer/ui/screen/activity.py
+++ b/atoidejouer/ui/screen/activity.py
@@ -105,8 +105,6 @@ class ScreenActivity(gtk.ScrolledWindow):
self.__main_box.pack_start(gtk.EventBox(), expand=False, fill=True)
# add right menu
self._add_right_part()
- # do show
- self._show()
def _get_title(self, text):
# init
@@ -250,7 +248,7 @@ class ScreenActivity(gtk.ScrolledWindow):
# add
self.__main_box.pack_start(_vbox, expand=False, fill=True)
# add export
- _vbox.pack_start(self._get_export_part(), expand=False, fill=True)
+ # _vbox.pack_start(self._get_export_part(), expand=False, fill=True)
# add recent part
_vbox.pack_start(self._get_recent_part(), expand=False, fill=True)