Hi, On 7/10/06, Frantisek Dufka <[EMAIL PROTECTED]> wrote: [cut]
There is also other feature/bug in those examples - they need to be killed with ctrl-c, they don't quit properly when closed via X button. Window is closed but application doesn't terminate in shell. Is this bug or some 'python caching for speedup' feature? I wouldn't like python to be cached in memory indefinitely.
This is a bug in the Tutorial. We've forget to connect the "destroy" signal to gtk.main_quit(). We will fix this in the tutorial. Thanks, Osvaldo -- Osvaldo Santana Neto (aCiDBaSe) icq, url = (11287184, "http://www.pythonbrasil.com.br") _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
