app: don't reverse the device list after loading, it's sorted by name

This commit is contained in:
Michael Natterer 2010-12-09 21:46:01 +01:00
parent 8bc0e569ec
commit 6e2d56a9b8

View file

@ -203,8 +203,6 @@ gimp_devices_restore (Gimp *gimp)
g_free (filename);
gimp_list_reverse (GIMP_LIST (manager->device_info_list));
gimp_context_copy_properties (GIMP_CONTEXT (manager->current_device),
user_context,
GIMP_DEVICE_INFO_CONTEXT_MASK);