Remove the old dbus stuff, use one log file per process

This commit is contained in:
Marco Pesenti Gritti
2006-10-16 15:56:22 +02:00
parent 5cee6aa01d
commit 4e88e927fb
4 changed files with 30 additions and 131 deletions
+3
View File
@@ -17,6 +17,7 @@
from gettext import gettext as _
import gtk
import gtkmozembed
import logging
from sugar.activity.Activity import Activity
from sugar import env
@@ -34,6 +35,8 @@ class WebActivity(Activity):
def __init__(self):
Activity.__init__(self)
logging.debug('Starting the web activity')
self.set_title(_('Web Activity'))
vbox = gtk.VBox()