Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/session
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-12 22:28:38 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-12 22:28:38 (GMT)
commitc7c71d25a88fd6a1700885b87d33aa923730fb94 (patch)
tree46477f2d1398dd596ec6530e8cccc5f127c59164 /shell/session
parente2e5bc0000ab616f5de2d9270a0a4c0b98c220d3 (diff)
Use dbus activation to start the presence service
Diffstat (limited to 'shell/session')
-rw-r--r--shell/session/Session.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/session/Session.py b/shell/session/Session.py
index 66a085f..9815897 100644
--- a/shell/session/Session.py
+++ b/shell/session/Session.py
@@ -55,7 +55,9 @@ class Session:
process.start()
console = ConsoleWindow()
- #sugar.logger.start('Shell', console)
+ sugar.logger.start('Shell', console)
+
+ PresenceService.start()
process = MatchboxProcess()
process.start()