[gnome-music/wip/merge: 157/343] view: set title and visible child correctly
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/merge: 157/343] view: set title and visible child correctly
- Date: Thu, 25 Jul 2013 11:26:11 +0000 (UTC)
commit fbf8fc94a32a9e35120ede0d141b37f795d73f10
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Tue Jul 16 17:03:13 2013 +0200
view: set title and visible child correctly
gnomemusic/view.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/view.py b/gnomemusic/view.py
index 5ce7b9b..0cf8f1f 100644
--- a/gnomemusic/view.py
+++ b/gnomemusic/view.py
@@ -237,9 +237,9 @@ class Albums(ViewContainer):
item = self._model.get_value(iter, 5)
self._albumWidget.update(artist, title, item, self.headerBar, self.selectionToolbar)
self.headerBar.setState(0)
- self.headerBar.headerBar.title = title
+ self.headerBar.headerBar.set_title(title)
self.headerBar.headerBar.sub_title = artist
- self.visible_child = self._albumWidget
+ self.set_visible_child(self._albumWidget)
def populate(self):
if grilo.tracker is not None:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]