[gnome-music] searchbar: the class for searchbars has changed.
- From: Vadim Rutkovsky <vrutkovsky src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-music] searchbar: the class for searchbars has changed.
- Date: Mon, 10 Feb 2014 13:29:56 +0000 (UTC)
commit f4bc7bf9e684ae626bcbedcc44e880e4a00d81ec
Author: Jakub Steiner <jimmac gmail com>
Date: Mon Feb 10 13:21:36 2014 +0100
searchbar: the class for searchbars has changed.
https://bugzilla.gnome.org/show_bug.cgi?id=724025
gnomemusic/searchbar.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomemusic/searchbar.py b/gnomemusic/searchbar.py
index d30fed0..ff33cca 100644
--- a/gnomemusic/searchbar.py
+++ b/gnomemusic/searchbar.py
@@ -7,7 +7,7 @@ class Searchbar(Gd.Revealer):
Gd.Revealer.__init__(self)
self.stack_switcher = stack_switcher
toolbar = Gtk.Toolbar()
- toolbar.get_style_context().add_class(Gtk.STYLE_CLASS_PRIMARY_TOOLBAR)
+ toolbar.get_style_context().add_class("search-bar")
toolbar.show()
self.add(toolbar)
item = Gtk.ToolItem()
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]