[Sugar-devel] [PATCH Browse] Revert unintended change while releasing v138, in commit 7b16255c7f71123d17eddb4d2e3e9ea5faff9164

Simon Schampijer simon at schampijer.de
Fri Jun 15 12:50:08 EDT 2012


On 06/15/2012 06:38 PM, Manuel Quiñones wrote:
> My repository wasn't clean at the time of the release, sorry.
>
> Signed-off-by: Manuel Quiñones <manuq at laptop.org>
> ---
>   webactivity.py |   10 +++-------
>   1 file changed, 3 insertions(+), 7 deletions(-)
>
> diff --git a/webactivity.py b/webactivity.py
> index bca6b18..2149259 100644
> --- a/webactivity.py
> +++ b/webactivity.py
> @@ -184,13 +184,9 @@ class WebActivity(activity.Activity):
>
>           self._primary_toolbar.connect('go-home', self._go_home_button_cb)
>
> -        # self._edit_toolbar_button = ToolbarButton(
> -        #         page=self._edit_toolbar,
> -        #         icon_name='toolbar-edit')
> -
> -        self._edit_toolbar_button = ToolbarButton()
> -        self._edit_toolbar_button.set_page(self._edit_toolbar)
> -        self._edit_toolbar_button.props.icon_name = 'toolbar-edit'
> +        self._edit_toolbar_button = ToolbarButton(
> +                page=self._edit_toolbar,
> +                icon_name='toolbar-edit')
>
>           self._primary_toolbar.toolbar.insert(
>                   self._edit_toolbar_button, 1)
>

Ok, please go ahead.

Happens :)
    Simon



More information about the Sugar-devel mailing list