On Mon, Aug 5, 2013 at 12:36 PM, Manuel Quiñones <ma...@laptop.org> wrote:

> Thanks for the hints Daniel,
>
> 2013/8/3 Daniel Narvaez <dwnarv...@gmail.com>:
> > On 3 August 2013 02:26, Manuel Quiñones <ma...@laptop.org> wrote:
> >>
> >>
> >> The problem is: how could the activity process wait for the datastore
> >> write to finish?  If the WnckWindow close is called [1], the activity
> >> process ends.  Unless you connect a callback to 'delete-event' [2] and
> >> handle the destroy() yourself [3] .  Which is what GTK activities do
> >> to store before closing.
> >
> >
> > The shell currently does
> >
> > activity.get_window().close()
> >
> > We could
> >
> > 1 Add a close method to Activity directly. That would emit a close signal
> > and call get_window().close() only if the signal didn't return True.
>
>
Activity class already have a close method, and deal with saving.

Or are you talking about the web activity?

Gonzalo
_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to