Enlightenment CVS committal

Author  : lok
Project : e17
Module  : proto

Dir     : e17/proto/extrackt/src/bin/etk_fe


Modified Files:
        gui.c 


Log Message:
All tracks are selected by default.

===================================================================
RCS file: /cvs/e/e17/proto/extrackt/src/bin/etk_fe/gui.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- gui.c       14 Mar 2007 20:38:00 -0000      1.13
+++ gui.c       28 Jul 2007 17:17:49 -0000      1.14
@@ -594,7 +594,7 @@
    etk_tree_col_model_add(gui->tracks_name_col, etk_tree_model_text_new());
    gui->tracks_time_col = etk_tree_col_new(ETK_TREE(gui->tracks_tree), 
                          _("Length"),
-                         40, 0.0);
+                         60, 0.0);
    etk_tree_col_model_add(gui->tracks_time_col, etk_tree_model_text_new());
    gui->tracks_rip_col = etk_tree_col_new(ETK_TREE(gui->tracks_tree), 
                         _("Rip"),
@@ -913,7 +913,7 @@
        char *secs;
        int   size;
        int   tmp;
-       int   selected = 0;
+       int   selected = 1;
        
        track_num = ex_util_num_to_str(i + 1, gui->ex->disc_info.num_tracks);
        



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