Enlightenment CVS committal

Author  : andrunko
Project : e17
Module  : libs/etk

Dir     : e17/libs/etk/src/lib


Modified Files:
        etk_tree.c 


Log Message:
Proper initialized alternating_row_colors.

===================================================================
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_tree.c,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -3 -r1.105 -r1.106
--- etk_tree.c  22 Aug 2007 21:23:25 -0000      1.105
+++ etk_tree.c  23 Aug 2007 14:50:32 -0000      1.106
@@ -1922,6 +1922,7 @@
    tree->sorted_col = NULL;
    tree->sorted_asc = ETK_TRUE;
    tree->headers_visible = ETK_TRUE;
+   tree->col_separators_visible = ETK_TRUE;
    tree->grid_clip = NULL;
 
    tree->root.tree = tree;
@@ -1951,8 +1952,8 @@
 
    tree->purge_job = NULL;
    tree->mode = ETK_TREE_MODE_LIST;
-   tree->col_separators_visible = ETK_TRUE;
    tree->multiple_select = ETK_FALSE;
+   tree->alternating_row_colors = ETK_TRUE;
    tree->tree_contains_headers = ETK_TRUE;
    tree->col_resize_pointer_set = ETK_FALSE;
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to