Remove the old dbus stuff, use one log file per process
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user