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 166870 - bookmarks in the places menu appear in the wrong order
bookmarks in the places menu appear in the wrong order
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.9.x
Other Linux
: Normal normal
: ---
Assigned To: Panel Maintainers
Panel Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-09 23:24 UTC by Sebastien Bacher
Modified: 2015-03-24 13:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2005-02-09 23:24:50 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."
Comment 1 Vincent Untz 2005-02-10 07:14:19 UTC
Bah. Should be easy to fix. I probably forgot a g_slist_reverse() somewhere...
Comment 2 Vincent Untz 2005-02-10 20:36:19 UTC
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