Something not right with the sorting of that list. Disabling for now.

SVN revision: 34555
This commit is contained in:
Eric Schuele 2008-05-13 06:20:15 +00:00
parent 586110892d
commit 5c3d4a11b0
1 changed files with 2 additions and 1 deletions

View File

@ -145,7 +145,8 @@ _fill_remembers(E_Config_Dialog_Data *cfdata)
e_widget_ilist_freeze(cfdata->list);
e_widget_ilist_clear(cfdata->list);
for (l = evas_list_sort(e_config->remembers, -1, _cb_sort); l; l = l->next)
//for (l = evas_list_sort(e_config->remembers, -1, _cb_sort); l; l = l->next)
for (l = e_config->remembers; l; l = l->next)
{
E_Remember *rem = NULL;