[gedit-latex] issues: use the constant to set the primary toolbar style
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex] issues: use the constant to set the primary toolbar style
- Date: Sat, 2 Jul 2011 12:33:01 +0000 (UTC)
commit a6beb71205f8cf949ae167a1a44f322dadc24b4f
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Sat Jul 2 14:32:56 2011 +0200
issues: use the constant to set the primary toolbar style
latex/views.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/latex/views.py b/latex/views.py
index 2e905fc..ee01e87 100644
--- a/latex/views.py
+++ b/latex/views.py
@@ -129,7 +129,7 @@ class IssueView(BottomView):
ctx = toolbar.get_style_context()
ctx.set_junction_sides(Gtk.JunctionSides.LEFT | Gtk.JunctionSides.RIGHT)
- ctx.add_class("inline-toolbar")
+ ctx.add_class(Gtk.STYLE_CLASS_PRIMARY_TOOLBAR)
self._issues = []
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]