Print traces also on stderr

This commit is contained in:
Marco Pesenti Gritti
2006-08-15 13:15:46 +02:00
parent 621e43563f
commit b1c7385204
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ class TasksGrid(gtk.VBox):
class HomeWindow(gtk.Window):
def __init__(self, shell):
gtk.Window.__init__(self)
self._shell = shell
self.connect('realize', self.__realize_cb)