GNOME Bugzilla – Bug 609194
sort interface implementers
Last modified: 2010-02-08 11:18:01 UTC
Created attachment 153169 [details] [review] proposed patch The list of classes implementing an interface is ordered by a Perl hash key. That's not useful. Sort it alphabetically.
commit c3c4b39319c0b2d33fd4140d9ee9fa0163617457 Author: Stefan Kost <ensonic@users.sf.net> Date: Mon Feb 8 11:39:34 2010 +0200 mkdb: sort interface implementers and prerequisites alphabeticaly. Fixes 609194 Before the lists where ordered based on a perl hash key which is quite useless. Fix is based on patch by David Nečas.