Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/GnomExplorer.py
diff options
context:
space:
mode:
Diffstat (limited to 'GnomExplorer.py')
-rw-r--r--GnomExplorer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/GnomExplorer.py b/GnomExplorer.py
index 50b10e0..aac84a2 100644
--- a/GnomExplorer.py
+++ b/GnomExplorer.py
@@ -18,7 +18,7 @@ class GnomExplorer(Gtk.Window):
self.box_principal = Gtk.Box(orientation=Gtk.Orientation.VERTICAL)
toolbar = Toolbar()
- paned = MainPaned()
+ paned = MainPaned(toolbar)
self.box_principal.pack_start(toolbar, False, False, 0)
self.box_principal.pack_start(paned, True, True, 6)