[sugar] [PATCH 2/6] Implement API to handle tabbing.

Marco Pesenti Gritti mpgritti
Fri Jun 20 05:19:46 EDT 2008


On Thu, Jun 19, 2008 at 9:08 PM, Benjamin Berg
<benjamin at sipsolutions.net> wrote:
> +    def tabbing_activate_current(self):
> +        home_model = self._model.get_home()
> +        activity = home_model.get_active_activity()
> +        if activity and activity.get_window():
> +            activity.get_window().activate(1)

Do we get a window_changed even in the model even if the window has
really been activated during the tabbing?

Marco



More information about the Sugar-devel mailing list