Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_color_class.c Log Message: queue a config save when deleting color classes =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_color_class.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -3 -r1.2 -r1.3 --- e_color_class.c 17 Jan 2006 18:31:16 -0000 1.2 +++ e_color_class.c 18 Jan 2006 00:44:47 -0000 1.3 @@ -64,6 +64,7 @@ cc->r, cc->g, cc->b, cc->a, cc->r2, cc->g2, cc->b2, cc->a2, cc->r3, cc->g3, cc->b3, cc->a3); + e_config_save_queue(); } EAPI void @@ -78,6 +79,8 @@ edje_color_class_del(cc->name); evas_stringshare_del(cc->name); E_FREE(cc); + + e_config_save_queue(); } } ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs