2012/6/15 Simon Schampijer <[email protected]>: > 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 <[email protected]> >> --- >> 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 :)
Yeah, even when the list that I follow to release includes doing git pull, git log, git diff, git reset --hard origin/master :/ -- .. manuq .. _______________________________________________ Sugar-devel mailing list [email protected] http://lists.sugarlabs.org/listinfo/sugar-devel

