Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/LogWriter.py
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-20 10:13:47 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-20 10:13:47 (GMT)
commitd6ec6db8809659e827a2d5f6387451084e99338c (patch)
tree012f022e2116955cbc66be6536d4a4821af006f7 /sugar/LogWriter.py
parent87cb115aa0155291d2473537a3fa2da1400c174f (diff)
Make the console contextual to the activity and use the
window manager to activate it.
Diffstat (limited to 'sugar/LogWriter.py')
-rw-r--r--sugar/LogWriter.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/sugar/LogWriter.py b/sugar/LogWriter.py
index a04d14b..ba8bdb0 100644
--- a/sugar/LogWriter.py
+++ b/sugar/LogWriter.py
@@ -11,8 +11,8 @@ class LogWriter:
self._use_console = use_console
bus = dbus.SessionBus()
- proxy_obj = bus.get_object('com.redhat.Sugar.Logger', '/com/redhat/Sugar/Logger')
- self._logger = dbus.Interface(proxy_obj, 'com.redhat.Sugar.Logger')
+ proxy_obj = bus.get_object('com.redhat.Sugar.Shell', '/com/redhat/Sugar/Shell')
+ self._logger = dbus.Interface(proxy_obj, 'com.redhat.Sugar.Shell')
def start(self):
if self._use_console: