[gnome-music/wip/merge: 115/343] window: set stack
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/merge: 115/343] window: set stack
- Date: Thu, 25 Jul 2013 11:23:05 +0000 (UTC)
commit 614dc9da248f602105088fb6aa611e4d338c7918
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Mon Jul 15 16:33:44 2013 +0200
window: set stack
gnomemusic/window.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gnomemusic/window.py b/gnomemusic/window.py
index cf5b816..31da111 100644
--- a/gnomemusic/window.py
+++ b/gnomemusic/window.py
@@ -82,6 +82,8 @@ class Window(Gtk.ApplicationWindow):
for i in self.views:
self._stack.add_titled(i, i.title, i.title)
+ self.toolbar.set_stack(self._stack)
+
self._onNotifyModelId = self._stack.connect("notify::visible-child", self._onNotifyMode)
self.connect("destroy", self._notifyModeDisconnect)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]