[gnome-music/wip/merge: 101/343] widgets: comment get_style_context
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music/wip/merge: 101/343] widgets: comment get_style_context
- Date: Thu, 25 Jul 2013 11:21:54 +0000 (UTC)
commit e413e8db011c4e22c0c67624ed28fd637fea28f6
Author: Vadim Rutkovsky <vrutkovs redhat com>
Date: Mon Jul 15 16:12:28 2013 +0200
widgets: comment get_style_context
gnomemusic/widgets.py | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/widgets.py b/gnomemusic/widgets.py
index 087b790..66a31aa 100644
--- a/gnomemusic/widgets.py
+++ b/gnomemusic/widgets.py
@@ -94,8 +94,9 @@ class AlbumWidget(Gtk.EventBox):
self.add(self.ui.get_object("AlbumWidget"))
self._addListRenderers()
- self.get_style_context().add_class("view")
- self.get_style_context().add_class("content-view")
+ # TODO: make this work
+ #self.get_style_context().add_class("view")
+ #self.get_style_context().add_class("content-view")
self.show_all()
def _onItemActivated(self, widget, id, path):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]