Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view/Shell.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-12-24 01:59:20 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-12-24 01:59:20 (GMT)
commitdb6f615198b0041dbf860b5e92b846545baea846 (patch)
tree7405212932ba061d595dd840517f8e138cf2ae7d /shell/view/Shell.py
parentdce69ef995d6d8b86ea70d4d58d3d17b4b91860a (diff)
Start the journal activity by default
Diffstat (limited to 'shell/view/Shell.py')
-rw-r--r--shell/view/Shell.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/view/Shell.py b/shell/view/Shell.py
index 086b856..dcdc5d4 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -74,6 +74,8 @@ class Shell(gobject.GObject):
self._frame = Frame(self)
self._frame.show_and_hide(3)
+ self.start_activity('org.laptop.JournalActivity')
+
def _handle_camera_key(self):
if self._current_host:
if self._current_host.execute('camera', []):