Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/desktop/homebox.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/jarabe/desktop/homebox.py')
-rw-r--r--src/jarabe/desktop/homebox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/desktop/homebox.py b/src/jarabe/desktop/homebox.py
index 661326e..2c76099 100644
--- a/src/jarabe/desktop/homebox.py
+++ b/src/jarabe/desktop/homebox.py
@@ -43,7 +43,7 @@ class HomeBox(gtk.VBox):
def __init__(self):
logging.debug('STARTUP: Loading the home view')
- gobject.GObject.__init__(self)
+ gtk.VBox.__init__(self)
self._favorites_view = favoritesview.FavoritesView()
self._list_view = ActivitiesList()