[Sugar-devel] [PATCH Read] Revert "Temporary solution to SL #3403" SL #3561
Manuel Quiñones
manuq at laptop.org
Wed Jun 20 11:05:39 EDT 2012
This reverts commit 0c4072cd9667222df883684ae26364c973c90773. The
style of the bookmarks screen was fixed in the theme, sugar-artwork
commit 435294bf412220b8980884078035d6da87c2d1ac.
Signed-off-by: Manuel Quiñones <manuq at laptop.org>
---
readdialog.py | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/readdialog.py b/readdialog.py
index e4081ef..b6366bf 100644
--- a/readdialog.py
+++ b/readdialog.py
@@ -35,8 +35,7 @@ class BaseReadDialog(Gtk.Window):
self.toolbar = Gtk.Toolbar()
label = Gtk.Label()
- label.set_markup('<b><span foreground="#ffffff"> %s</span></b>' %
- dialog_title)
+ label.set_markup('<b> %s</b>' % dialog_title)
label.set_alignment(0, 0.5)
tool_item = Gtk.ToolItem()
tool_item.add(label)
@@ -82,9 +81,6 @@ class BaseReadDialog(Gtk.Window):
self.modify_bg(Gtk.StateType.NORMAL,
style.COLOR_WHITE.get_gdk_color())
- self.toolbar.modify_bg(Gtk.StateType.NORMAL,
- style.COLOR_BLACK.get_gdk_color())
-
if self._canvas is not None:
self._canvas.modify_bg(Gtk.StateType.NORMAL,
--
1.7.10.2
More information about the Sugar-devel
mailing list