[POS-commit] r125 - stoqlib/stoqlib/interface

Christian Robottom Reis kiko at async.com.br
Mon Mar 14 10:52:59 BRT 2005


On Mon, Mar 14, 2005 at 10:43:39AM -0300, Evandro Vale Miquelito wrote:
> @@ -70,14 +69,15 @@
>      """Abstract Dialog class that defines a simple run API."""
>      gladefile = None
>      widgets = []
> +    keyactions = {}

I want everybody to know that having widgets and keyactions be set as a
class variable to [] and {} has always been an evil part of Kiwi;
mutable class attributes are very tricky, and in this case they just
look like hidden timebombs. Any incentive to fix this?

Take care,
--
Christian Robottom Reis | http://async.com.br/~kiko/ | [+55 16] 3361 2331


More information about the POS-commit mailing list