Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/enhance

Dir     : e17/libs/enhance/src/lib


Modified Files:
        enhance_widget.c 


Log Message:
tree2 --> tree


===================================================================
RCS file: /cvs/e/e17/libs/enhance/src/lib/enhance_widget.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- enhance_widget.c    16 Jan 2007 03:32:54 -0000      1.26
+++ enhance_widget.c    17 Jan 2007 01:39:59 -0000      1.27
@@ -202,7 +202,7 @@
    id = ecore_hash_get(node->attributes, "id");
    if(!id) return NULL;
    
-   tree = _e_widget_new(en, node, etk_tree2_new(), id);
+   tree = _e_widget_new(en, node, etk_tree_new(), id);
 
    return tree;
 }



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