Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_combo.c 


Log Message:
check for combo cell and not for combo (damn c'n'p)

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_combo.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- ewl_combo.c 29 Mar 2007 23:16:01 -0000      1.55
+++ ewl_combo.c 29 Mar 2007 23:20:19 -0000      1.56
@@ -535,7 +535,7 @@
 {
        DENTER_FUNCTION(DLEVEL_STABLE);
        DCHECK_PARAM_PTR_RET("cell", cell, NULL);
-       DCHECK_TYPE_RET("cell", cell, EWL_COMBO_TYPE, NULL);
+       DCHECK_TYPE_RET("cell", cell, EWL_COMBO_CELL_TYPE, NULL);
 
        DRETURN_PTR(cell->combo, DLEVEL_STABLE);
 }



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