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 <mpg@redhat.com>2007-02-13 14:02:39 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-02-13 14:02:39 (GMT)
commit8f3fb612fd180bbce84359ed956cf3765c9e9f69 (patch)
tree40b7e41269d934ca9823b65a176f6b1d4718e9ff /shell/view/Shell.py
parent892caab0d811d80379ef53aa86464505c1286b77 (diff)
Reenable the journal. Add desktop background color.
Diffstat (limited to 'shell/view/Shell.py')
-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 9b14b69..242bf51 100644
--- a/shell/view/Shell.py
+++ b/shell/view/Shell.py
@@ -63,7 +63,7 @@ class Shell(gobject.GObject):
self._pservice = PresenceService.get_instance()
- #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)