Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/bin


Modified Files:
        etk_tree_test.c 


Log Message:
* [Tree] Tree columns now get sorted when they are clicked


===================================================================
RCS file: /cvs/e/e17/libs/etk/src/bin/etk_tree_test.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- etk_tree_test.c     2 Apr 2007 22:11:53 -0000       1.43
+++ etk_tree_test.c     10 Apr 2007 22:42:32 -0000      1.44
@@ -102,7 +102,7 @@
          NULL);
    }
    etk_tree_thaw(ETK_TREE(tree));
-   etk_tree_col_sort_full(col1, _etk_test_tree_compare_cb, NULL, ETK_FALSE);
+   etk_tree_col_sort_set(col1, _etk_test_tree_compare_cb, NULL);
    
    /* Finally we create the statusbar used to display the events on the tree */
    statusbar = etk_statusbar_new();



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