On Thu, 18 Oct 2012 16:09:46 +0900 Hyojin Kim <hyojina....@gmail.com> said:

> 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.

in future.. can you:

1. not send zips.
2. generate a diff - svn (and git) all do this awseomly for you:

svn diff > my-patch.diff

then attach the diff file. that simple. :) this will generate a diff (patch)
file for all the local changes you've made. this is easy for us to digest in
email or via track bug tickets as its nice plain text we can READ by itself to
see the changes you made - where, and the context.

but.. other than that.. thanks for the patch (well once i generated a patch
out of the contents of the zip). it works - it fixes things. thanks! in svn!

-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Monitor your physical, virtual and cloud infrastructure from a single
web console. Get in-depth insight into apps, servers, databases, vmware,
SAP, cloud infrastructure, etc. Download 30-day Free Trial.
Pricing starts from $795 for 25 servers or applications!
http://p.sf.net/sfu/zoho_dev2dev_nov
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to