Short Answer : Patches and not zip. Longer Answer.
Welcome! Read the following links. http://trac.enlightenment.org/e/wiki/ECoding http://enlightenment.org/p.php?p=contribute&l=en zip files makes it hard to see what has changed (and makes developers grumpy :) ) The common (and accepted) method of sending bug fixes to the mailing list is using patches. There are plenty of articles like these ones, on how to use diff and patch. http://jungels.net/articles/diff-patch-ten-minutes.html If you use "git" as your revision control, then you could use numerous git commands like "git diff, git format-patch" etc to generate a patch. (Google it for resources on howto) You can also check the mailing list for patches submitted by other contributors, as an example. Please resend your fix as a patch. Hope this helps. On Fri, Oct 19, 2012 at 5:52 PM, Hyojin Kim <hyojina....@gmail.com> wrote: > hi, > > let me update subject by usage > > thanks > > 2012/10/18 Hyojin Kim <hyojina....@gmail.com> > > > Hello, > > > > I'm a beginner of EFL. and this is my first bug reporting. > > If I don't follow the rule of bug reporting, please correct me. > > > > * Bug > > In font settings, I checked "Enable Custom Font Classes" and set a font > > and size. > > then, when I enter font settings again, font and size list are disabled. > > > > * Cause > > cfdata->cur_enabled is always 0 in _basic_create_widgets(). > > > > *Solution > > set cfdata->cur_enabled as 1 in _basic_init_data_fill(). > > > > Please review attached before,after files. > > If the changes are not perfect, please give me feedback. > > > > > > Best Regards, > > Hyojin Kim > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_sfd2d_oct > _______________________________________________ > enlightenment-devel mailing list > enlightenment-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_sfd2d_oct _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel