Re: [E-devel] modules dialog

2010-04-08 Thread Gustavo Sverzut Barbieri
On Thu, Apr 8, 2010 at 5:33 PM, Christopher Michael wrote: > On 04/08/2010 09:30 PM, Gustavo Sverzut Barbieri wrote: >> >> On Thu, Apr 8, 2010 at 4:37 PM, Christopher Michael >>  wrote: >>> >>> I noticed while looking through the code of the Modules Dialog, that we >>> are using "assert" in some

Re: [E-devel] modules dialog

2010-04-08 Thread Christopher Michael
On 04/08/2010 09:30 PM, Gustavo Sverzut Barbieri wrote: > On Thu, Apr 8, 2010 at 4:37 PM, Christopher Michael > wrote: >> I noticed while looking through the code of the Modules Dialog, that we >> are using "assert" in some places there. I don't think this is such a >> good idea :( Do we really w

Re: [E-devel] modules dialog

2010-04-08 Thread Gustavo Sverzut Barbieri
On Thu, Apr 8, 2010 at 4:37 PM, Christopher Michael wrote: > I noticed while looking through the code of the Modules Dialog, that we > are using "assert" in some places there. I don't think this is such a > good idea :( Do we really want the whole window manager terminating on > the off chance tha

[E-devel] modules dialog

2010-04-08 Thread Christopher Michael
I noticed while looking through the code of the Modules Dialog, that we are using "assert" in some places there. I don't think this is such a good idea :( Do we really want the whole window manager terminating on the off chance that the modules dialog has a problem ? dh ---