Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/readdialog.py
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-06-20 15:05:39 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2012-06-21 11:52:10 (GMT)
commit2376c890e8e020e1c9ea96b17f41f07145c811f9 (patch)
tree2d2b0ff401bf1f833666063017882bec83cf3154 /readdialog.py
parent5adae72dca5bd0b76ca6e6a59455b26971bc20f3 (diff)
Revert "Temporary solution to SL #3403" SL #3561
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@laptop.org>
Diffstat (limited to 'readdialog.py')
-rw-r--r--readdialog.py6
1 files changed, 1 insertions, 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,