Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/lib


Modified Files:
        edje_util.c 


Log Message:

one more place that NULLS out the shared color class on delete.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/lib/edje_util.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- edje_util.c 18 Jan 2006 01:01:05 -0000      1.75
+++ edje_util.c 29 Jan 2006 17:04:41 -0000      1.76
@@ -1506,7 +1506,7 @@
 {
    Evas_List *l;
    Edje_Color_Class *cc = NULL;
-   
+
    if ((!ed) || (!color_class)) return NULL;
 
    /* first look through the object scope */ 
@@ -1618,7 +1618,6 @@
        if (desc->color_class)
          {
             _edje_color_class_member_del(ed, desc->color_class);
-            desc->color_class = NULL;
          }
      }
 }




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to