GNOME Bugzilla – Bug 743451
Drag and drop on GtkFileChooserButton doesn't work
Last modified: 2015-01-30 02:30:25 UTC
Created attachment 295343 [details] Simple test case After creating a GtkFileChooserButton, dropping a file on it (e.g., from Nautilus) doesn't set the selected path. It would make sense to do this, and looking at the code, it looks like it definitely tries. When a path is dropped on the button, the 'file-set' signal is emitted, but no file is actually set. Simple reproduction script attached. Just DND a file from nautilus to the button.