Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/HomeWindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'shell/HomeWindow.py')
-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)