Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorThomas Jourdan <b.vehikel@googlemail.com>2009-12-22 20:00:44 (GMT)
committer Thomas Jourdan <b.vehikel@googlemail.com>2009-12-22 20:00:44 (GMT)
commitb08435c13ff3e976818413e944ba85a0112780e7 (patch)
tree9defc091277b46cc40d1e388330ff91abd7c07b6 /activity.py
parent2a3a5032b4858eb6247114ff28c5108b74a4f266 (diff)
Refactoring code for note book pages.
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index be50755..886a23d 100644
--- a/activity.py
+++ b/activity.py
@@ -79,7 +79,7 @@ class KandidActivity(activity.Activity):
self._controller = ka_controller.KandidController( \
self._widget.widget_tree)
self.set_canvas(main_view)
- self.show_all()
+# self.show_all()
ka_debug.info('show all')
self.kandidtube = None # Shared session
@@ -95,6 +95,7 @@ class KandidActivity(activity.Activity):
self.connect('shared', self._on_shared)
self.connect('joined', self._on_joined)
+ self.show()
self._controller.autoconnect_events()
#XX self._controller.start_all_calculations()