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
<barbi...@profusion.mobi> wrote:
> On Tue, Jan 27, 2009 at 5:46 PM, gasol <gasol....@gmail.com> 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.
>> Cheers!
>
> attachment was removed by sourceforge mail list, please have your
> firefox to recognize .patch or .diff as text/something, like this:
>
> /etc/mime.types:
>   text/patch                                      patch
>   text/diff                                       diff
>
>
> --
> Gustavo Sverzut Barbieri
> http://profusion.mobi embedded systems
> --------------------------------------
> MSN: barbi...@gmail.com
> Skype: gsbarbieri
> Mobile: +55 (19) 9225-2202
>
Index: E-MODULES-EXTRA/notification/src/e_mod_main.c
===================================================================
--- E-MODULES-EXTRA/notification/src/e_mod_main.c	(revision 38816)
+++ E-MODULES-EXTRA/notification/src/e_mod_main.c	(working copy)
@@ -391,6 +391,7 @@
   cfg->gap           = 10;
   cfg->placement.x   = 10;
   cfg->placement.y   = 10;
+  notification_cfg = cfg;
   e_modapi_save(notification_mod);
 
   return cfg;
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to