GNOME Bugzilla – Bug 166870
bookmarks in the places menu appear in the wrong order
Last modified: 2015-03-24 13:00:49 UTC
This bug has been opened here: https://bugzilla.ubuntu.com/6365 "I have added three bookmarks in my places menu. /data /data/documents /data/media. I've added them in this order, and in the menu's of say gedit 'open' and 'save' they appear in this order, alphabeticly I've also seperatly added them in this order in Nautilus However, in my places menu, they appear in the order media, documents, data. I would have them in the order that I've added them, or in the alphabetical order rather (should perhaps be optional / a choice) than this random sequence."
Bah. Should be easy to fix. I probably forgot a g_slist_reverse() somewhere...
2005-02-09 Vincent Untz <vincent@vuntz.net> * panel-menu-bar.c: (panel_menu_bar_append_gtk_bookmarks): list bookmarks in the right order, not reverse order. Fix bug #166870