Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/view
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-06 02:03:28 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-06 02:03:28 (GMT)
commit1992a8a2d8afab6c313eee5605ed5bd5ef9cf7e8 (patch)
tree64dffecddffb89f14772db59fc7e2cfcc1e706a6 /shell/view
parentb21f1a3b8070c138fb2484de045d3a275463f1bf (diff)
Disable journal automatic startup for now
Diffstat (limited to 'shell/view')
-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 c032831..99c940f 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -55,7 +55,7 @@ class Shell(gobject.GObject):
self._frame = Frame(self)
self._frame.show_and_hide(3)
- 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)