[Sugar-devel] [PATCH Read] Revert "Temporary solution to SL #3403" SL #3561

Gonzalo Odiard gonzalo at laptop.org
Thu Jun 21 08:01:25 EDT 2012


Thanks. Pushed

Gonzalo

On Wed, Jun 20, 2012 at 12:05 PM, Manuel Quiñones <manuq at laptop.org> wrote:

> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sugarlabs.org/archive/sugar-devel/attachments/20120621/bb04fed9/attachment.html>


More information about the Sugar-devel mailing list