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 745127 - Changing order of file in "Places" crashes the application
Changing order of file in "Places" crashes the application
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: GtkFileChooser
2.24.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
Federico Mena Quintero
Depends on:
Blocks:
 
 
Reported: 2015-02-24 21:38 UTC by matej.kocian
Modified: 2015-07-31 01:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description matej.kocian 2015-02-24 21:38:28 UTC
Overview:
In the file selection dialog (open/save) there is a list of shortcuts on the left. It is possible to add directiories to it and files as well. But trying to change order by draging and droping some file (not directory) icon crashes the application with

Gtk:ERROR:/build/gtk+2.0-Gthrko/gtk+2.0-2.24.25/gtk/gtkfilechooserdefault.c:3116:shortcuts_reorder: code should not be reached

Steps to Reproduce:
1) Open (for example) gimp
2) Ctrl+o (open file selection dialog)
3) have some file in shortcuts (navigate to a folder containing some files, add one to shortcuts by draging)
4) drag and drop the file in shortcuts

Actual Results:
Application crashes.

Expected Results:
Order of shortcuts should change.