[POS-commit] r122 - stoqlib/stoqlib/interface
Evandro Vale Miquelito
evandro at async.com.br
Fri Mar 18 09:33:28 BRT 2005
> a) Busted docstring
This was already fixed somedays ago.
> b) Destroying forbids us from reusing the dialog; why do you prefer
> destroying from hiding?
Because sometimes I will have several windows in one single application. In
this case I will have to implement caches and increase memory consumption.
I'm not sure yet if its worthful, but I will think about this better in the
appropriate time.
Felicitações.
>>> Evandro Vale Miquelito : evandro at async.com.br
>>> Async Open Source - Brazil | http://www.async.com.br
On Mon, 14 Mar 2005, Christian Reis wrote:
> On Sat, Mar 12, 2005 at 12:49:14PM -0300, Evandro Vale Miquelito wrote:
>> @@ -36,6 +36,7 @@
>> """Handles action to be performed when window is closed.
>> Defaults to _shutdown()"""
>> self.hide()
>> + self.toplevel.destroy()
>> return True
>
> a) Busted docstring
> b) Destroying forbids us from reusing the dialog; why do you prefer
> destroying from hiding?
>
> Take care,
> --
> Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331
>
More information about the POS-commit
mailing list