Add tasks to the home window. A bunch of fixes.

This commit is contained in:
Marco Pesenti Gritti
2006-07-10 13:42:34 +02:00
parent 1cc14e406a
commit 9f9f420863
6 changed files with 92 additions and 20 deletions
+1 -1
View File
@@ -179,7 +179,7 @@ class Activity(gtk.Window):
self.connect('realize', self.__realize)
self.show()
self.present()
def __realize(self, window):
if not self._dbus_service: