plugin-manager: Don't destroy available_plugins order in populate_plugin_model().
commitb8bd6371705ad02bcc0a895ba988e73fee092de9
authorCarl-Anton Ingmarsson <ca.ingmarsson@gmail.com>
Sun, 25 Nov 2012 20:23:46 +0000 (25 21:23 +0100)
committerSébastien Granjoux <seb.sfo@free.fr>
Tue, 27 Nov 2012 20:46:02 +0000 (27 21:46 +0100)
tree52a7c9c64c0031b69e93c4272a99627dde6ac572
parent7842a4ebef7dda49b4db168482cf45c4302d4a84
plugin-manager: Don't destroy available_plugins order in populate_plugin_model().

The available_plugins list is sorted in dependency order so we should not destroy the ordering
by sorting it by name in populate_plugin_model().

https://bugzilla.gnome.org/show_bug.cgi?id=689054
libanjuta/anjuta-plugin-manager.c