[gnome-music/wip/gtkmaster] Do not set the toolbar as titlebar and as a child of the main widget



commit 27a2fed71005f6d4709ae2c40aefeec287240e43
Author: Ignacio Casal Quinteiro <icq gnome org>
Date:   Thu May 30 19:13:21 2013 +0200

    Do not set the toolbar as titlebar and as a child of the main widget

 src/window.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/window.js b/src/window.js
index 84155a0..ed25df9 100644
--- a/src/window.js
+++ b/src/window.js
@@ -65,7 +65,6 @@ const MainWindow = new Lang.Class({
         });
         this.toolbar.set_stack(this._stack);
 
-        this._box.pack_start(this.toolbar, false, false, 0);
         this._box.pack_start(this._stack, true, true, 0);
         this._box.pack_start(this.player.eventBox, false, false, 0);
         this.add(this._box);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]