Re: [E-devel] notification module patch

2009-02-08 Thread Gustavo Sverzut Barbieri
Sorry taking so long, I committed a bit different patch, just removing that save since no other modules in e/src/modules/ have that. Regards, 2009/1/27 gasol : > Okay, now the patch is a proper text file! > Thanks for the help guys! > > --Håkan > > On Tue, Jan 27, 2009 at 9:01 PM, Gustavo Sverzut

Re: [E-devel] notification module patch

2009-01-27 Thread gasol
Okay, now the patch is a proper text file! Thanks for the help guys! --Håkan On Tue, Jan 27, 2009 at 9:01 PM, Gustavo Sverzut Barbieri wrote: > On Tue, Jan 27, 2009 at 5:46 PM, gasol wrote: >> When trying to load the notification module e17 will segfault, this >> happens when the module tries t

Re: [E-devel] notification module patch

2009-01-27 Thread Gustavo Sverzut Barbieri
On Tue, Jan 27, 2009 at 5:46 PM, gasol wrote: > When trying to load the notification module e17 will segfault, this > happens when the module tries to save its settings. This is due to a > null-pointer being passed to e_config_domain_save > > I've attached a small patch which solves the problem. >

[E-devel] notification module patch

2009-01-27 Thread gasol
When trying to load the notification module e17 will segfault, this happens when the module tries to save its settings. This is due to a null-pointer being passed to e_config_domain_save I've attached a small patch which solves the problem. Cheers! --Håkan