From: Hyojin Kim <hyojina.kim@gmail.com>
authorHyojin Kim <hyojina.kim@gmail.com>
Thu, 15 Nov 2012 03:49:33 +0000 (03:49 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Thu, 15 Nov 2012 03:49:33 +0000 (03:49 +0000)
commite8398b2057ac60dcd599fd9742c11b8de4205c73
tree1a39a3145a101abe6259e0ef3450dde76b4c1e41
parent93c36f8ff27cb8206464c551454defc56baf927b
From: Hyojin Kim <hyojina.kim@gmail.com>
Subject: [E-devel] font, size list are not enabled even though custom
font is checked.

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.

SVN revision: 79308
src/modules/conf_theme/e_int_config_fonts.c