After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 609194 - sort interface implementers
sort interface implementers
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
1.13
Other Linux
: Normal trivial
: 1.14
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-06 23:08 UTC by Yeti
Modified: 2010-02-08 11:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
proposed patch (292 bytes, patch)
2010-02-06 23:08 UTC, Yeti
none Details | Review

Description Yeti 2010-02-06 23:08:36 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.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2010-02-08 11:18:01 UTC
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.