Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_eap_editor.c Log Message: Reset eap image/width/height information after the edit is done. =================================================================== RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -3 -r1.31 -r1.32 --- e_eap_editor.c 19 Jul 2006 13:40:41 -0000 1.31 +++ e_eap_editor.c 20 Jul 2006 11:02:23 -0000 1.32 @@ -136,6 +136,9 @@ E_FREE(data->wrole); E_FREE(data->iclass); E_FREE(data->image); + if (data->editor->eap->image) evas_stringshare_del(data->editor->eap->image); + data->editor->eap->width = 0; + data->editor->eap->height = 0; e_object_unref(E_OBJECT(data->editor->eap)); if (data->editor) { ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs