Enlightenment CVS committal Author : devilhorns Project : e_modules Module : screenshot
Dir : e_modules/screenshot/src Modified Files: e_mod_main.c Log Message: Make sure we define filename & app for the config. This should fix the rare segfault people may have. =================================================================== RCS file: /cvs/e/e_modules/screenshot/src/e_mod_main.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_mod_main.c 29 Dec 2007 21:18:47 -0000 1.1 +++ e_mod_main.c 30 Dec 2007 21:52:30 -0000 1.2 @@ -299,6 +299,8 @@ cfg->use_bell = 1; cfg->use_thumb = 0; cfg->location = evas_stringshare_add(e_user_homedir_get()); + cfg->filename = NULL; + cfg->app = NULL; IFMODCFGEND; cfg->version = MOD_CONFIG_FILE_VERSION; ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs