Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_eap_editor.c 


Log Message:


old image object is deleted - old canvas. re-create it.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- e_eap_editor.c      28 Jul 2006 13:42:03 -0000      1.34
+++ e_eap_editor.c      31 Jul 2006 18:21:48 -0000      1.35
@@ -255,6 +255,12 @@
 
    o = e_widget_frametable_add(evas, _("Icon"), 0);
 
+   if (editor->img)
+     {
+       evas_object_del(editor->img);
+       editor->img = NULL;
+     }
+   
    if ((editor->img_set) && (data->image))
      {
        if (editor->img) evas_object_del(editor->img);



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

Reply via email to