Re: [E-devel] Patch for Ecore_Config ARGB parsing glitch

2007-10-27 Thread Andrew Williams
Just running through my todo list and I don't see the patch for this attached. Andy On 8 Sep 2007, at 19:15, Dylan Shell wrote: > ecore_config in CVS head has an error in its handling of ARGB colours. > Currently the ecore_config_typed_val function assumes that colours > are strings, whereas

[E-devel] Patch for Ecore_Config ARGB parsing glitch

2007-09-11 Thread Dylan Shell
ecore_config in CVS head has an error in its handling of ARGB colours. Currently the ecore_config_typed_val function assumes that colours are strings, whereas the __ecore_argbstr_to_long means that its actually a long. Attached is a patch which seems to fix the glitch. Dylan.