Enlightenment CVS committal

Author  : ravenlock
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_theme.c 


Log Message:
Its preferred to have the files selected first, and then the categories.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_theme.c,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- e_int_config_theme.c        2 Jun 2007 03:22:32 -0000       1.53
+++ e_int_config_theme.c        2 Jun 2007 19:43:08 -0000       1.54
@@ -1097,8 +1097,8 @@
    _fill_files_ilist(cfdata); 
    _fill_categories_ilist(cfdata); 
 
-   e_widget_ilist_selected_set(cfdata->o_categories_ilist, 0);
    e_widget_ilist_selected_set(cfdata->o_files_ilist, 1);
+   e_widget_ilist_selected_set(cfdata->o_categories_ilist, 0);
 
    e_dialog_resizable_set(cfd->dia, 1);
    return ot;



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to