GNOME Bugzilla – Bug 745127
Changing order of file in "Places" crashes the application
Last modified: 2015-07-31 01:59:35 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.