[Sugar-devel] [PATCH sugar] Group View: add search toolbar
Simon Schampijer
simon at schampijer.de
Mon Aug 27 16:07:57 EDT 2012
On 08/27/2012 02:01 PM, Manuel Quiñones wrote:
> Great Simon,
>
> the only thing I see is that we should focus the search entry, like in
> the other views:
>
> --- a/src/jarabe/desktop/homewindow.py
> +++ b/src/jarabe/desktop/homewindow.py
> @@ -182,6 +182,7 @@ class HomeWindow(gtk.Window):
> elif level == ShellModel.ZOOM_GROUP:
> self.add(self._group_box)
> self._group_box.show()
> + self._group_box.focus_search_entry()
> elif level == ShellModel.ZOOM_MESH:
> self.add(self._mesh_box)
> self._mesh_box.show()
>
Ok, done, and added the focus_search_entry method to the groupbox.
Pushed as 13844c18b225f46b1636fc1201e020af53c60fcd.
Thanks for the review.
Simon
More information about the Sugar-devel
mailing list