Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-08-15 11:15:46 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-08-15 11:15:46 (GMT)
commitb1c73852040cacccd1345967b59b7ce242975d73 (patch)
tree00dfcd68d83c9327847707941f92a1957e874c91 /shell
parent621e43563f9c3b4166b13bdda36419d17f5eb658 (diff)
Print traces also on stderr
Diffstat (limited to 'shell')
-rw-r--r--shell/HomeWindow.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/HomeWindow.py b/shell/HomeWindow.py
index 886068c..25a777b 100644
--- a/shell/HomeWindow.py
+++ b/shell/HomeWindow.py
@@ -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)