Hi all,
Kingrayray found a nasty crash wrt E. If you go to the Font Config
dialog, select Advanced and try to change the font hinting...BANG !! :(
I've attached a patch that fixes the crash issue, but I am almost sure
that it is not the correct fix so I am sending it to the ml for some
review. Now, this only fixes the crashing portion...even after this
patch is applied, font hinting doesn't crash anymore, but it also does
not actually apply any new font hinting settings.
dh
Index: evas_object_smart.c
===================================================================
--- evas_object_smart.c (revision 44232)
+++ evas_object_smart.c (working copy)
@@ -303,6 +303,7 @@
{
Evas_Object_Smart *o;
+ if (!obj) return NULL;
o = (Evas_Object_Smart *)(obj->object_data);
return o->contained;
}
------------------------------------------------------------------------------
Join us December 9, 2009 for the Red Hat Virtual Experience,
a free event focused on virtualization and cloud computing.
Attend in-depth sessions from your desk. Your couch. Anywhere.
http://p.sf.net/sfu/redhat-sfdev2dev
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel