[gnome-music/wip/gtkmaster] Do not set the toolbar as titlebar and as a child of the main widget
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/gtkmaster] Do not set the toolbar as titlebar and as a child of the main widget
- Date: Thu, 30 May 2013 17:13:44 +0000 (UTC)
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]