Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar3/graphics/notebook.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar3/graphics/notebook.py')
-rw-r--r--src/sugar3/graphics/notebook.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sugar3/graphics/notebook.py b/src/sugar3/graphics/notebook.py
index e1cafcc..7fb6b76 100644
--- a/src/sugar3/graphics/notebook.py
+++ b/src/sugar3/graphics/notebook.py
@@ -44,9 +44,8 @@ class Notebook(gtk.Notebook):
# Set the 'can-close-tabs' property using **kwargs
# Set True the scrollable notebook property
- gobject.GObject.__init__(self, **kwargs)
-
self._can_close_tabs = None
+ GObject.GObject.__init__(self, **kwargs)
self.set_scrollable(True)
self.show()