Don't present from inside the Activity constructor

This commit is contained in:
Marco Pesenti Gritti
2007-02-24 17:40:18 +01:00
parent db7830b86c
commit 3b7670a364
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -47,8 +47,6 @@ class Activity(gtk.Window):
self._bus = ActivityService(self)
self.present()
def get_service_name(self):
"""Gets the activity service name."""
return os.environ['SUGAR_BUNDLE_SERVICE_NAME']