Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-04-29 19:12:35 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-04-29 19:12:35 (GMT)
commitb4f2016844c2b9c944cffefb316fd8d35e9456b2 (patch)
treeea0fcaf373cb703f5a942d1c35b6834a088f233c /shell
parentd6445af2c8e403468e1f248a12af44d3a78fbacb (diff)
Launch the journal activity on startup again.
Diffstat (limited to 'shell')
-rw-r--r--shell/view/Shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index 391657d..0b6519c 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -57,7 +57,7 @@ class Shell(gobject.GObject):
home_model.connect('active-activity-changed',
self._active_activity_changed_cb)
- #self.start_activity('org.laptop.JournalActivity')
+ self.start_activity('org.laptop.JournalActivity')
def _activity_added_cb(self, home_model, home_activity):
activity_host = ActivityHost(home_activity)