Enlightenment CVS committal Author : codewarrior Project : e17 Module : libs/etk
Dir : e17/libs/etk/src/bin Modified Files: etk_combobox_test.c Log Message: Cleanups. =================================================================== RCS file: /cvs/e/e17/libs/etk/src/bin/etk_combobox_test.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- etk_combobox_test.c 25 Jul 2007 17:00:58 -0000 1.18 +++ etk_combobox_test.c 27 Jul 2007 16:24:13 -0000 1.19 @@ -203,7 +203,7 @@ cur_dir = strdup(dir_stripped); files = ecore_file_ls(dir_stripped); - ecore_list_sort(files, (Ecore_Compare_Cb)strcasecmp, 'a'); + ecore_list_sort(files, (Ecore_Compare_Cb)strcasecmp, ECORE_SORT_MIN); ecore_list_first_goto(files); etk_combobox_entry_clear(combobox_entry); etk_entry_text_set(ETK_ENTRY(etk_combobox_entry_entry_get(combobox_entry)), ------------------------------------------------------------------------- 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