Don't sort the menu/order list based on alpha. Use the existing order from

the menu/order file.


SVN revision: 32980
This commit is contained in:
Christopher Michael 2007-12-04 16:58:04 +00:00
parent bc3dd78cc0
commit eea4898bb5
1 changed files with 0 additions and 2 deletions

View File

@ -313,7 +313,6 @@ _load_menu(const char *path)
ecore_list_append(apps, entry->desktop);
}
efreet_menu_free(menu);
if (apps) ecore_list_sort(apps, ECORE_COMPARE_CB(_cb_sort_desks), ECORE_SORT_MIN);
return apps;
}
@ -336,7 +335,6 @@ _load_order(const char *path)
}
if (l) evas_list_free(l);
e_object_del(E_OBJECT(order));
if (apps) ecore_list_sort(apps, ECORE_COMPARE_CB(_cb_sort_desks), ECORE_SORT_MIN);
return apps;
}