Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_tree2.c 


Log Message:
Missing debug macros.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- ewl_tree2.c 17 Dec 2006 08:55:57 -0000      1.39
+++ ewl_tree2.c 17 Dec 2006 08:57:29 -0000      1.40
@@ -496,6 +496,11 @@
        char *theme_str;
        Ewl_Widget *h, *c;
 
+       DENTER_FUNCTION(DLEVEL_STABLE);
+       DCHECK_PARAM_PTR("tree", tree);
+       DCHECK_PARAM_PTR("col", col);
+       DCHECK_TYPE("tree", tree, EWL_TREE2_TYPE);
+
        h = ewl_hbox_new();
        ewl_container_child_append(EWL_CONTAINER(tree->header), h);
        ewl_widget_appearance_set(h, "header");
@@ -529,6 +534,8 @@
                ewl_object_alignment_set(EWL_OBJECT(c), EWL_FLAG_ALIGN_RIGHT);
                ewl_widget_show(c);
        }
+
+       DLEAVE_FUNCTION(DLEVEL_STABLE);
 }
 
 static void



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