Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir     : e17/proto/etk/src/lib


Modified Files:
        etk_combobox.c 


Log Message:
this stops extrackt crashing. is it due to something else?

===================================================================
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_combobox.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- etk_combobox.c      30 Jul 2006 21:09:32 -0000      1.18
+++ etk_combobox.c      5 Aug 2006 16:18:57 -0000       1.19
@@ -986,7 +986,7 @@
             col_geometry.w = combobox->cols[i]->size;
       }
       
-      if (combobox->active_item_children[j])
+      if (combobox->active_item_children && combobox->active_item_children[j])
       {
          memcpy(&child_geometry, &col_geometry, sizeof(Etk_Geometry));
          etk_container_child_space_fill(combobox->active_item_children[j], 
&child_geometry,



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