GNOME Bugzilla – Bug 166905
Dragging files from search results launches them
Last modified: 2009-08-15 18:40:50 UTC
When one drags a file from the search results, for example to a nautilus window, the file is opened as if I had simply clicked on it. The drag operation happens correctly, and a moment later the corresponding program is opened with the file. Note that this occurs with "Single click to activate items" set in file management properties, not with double-click to activate items. When reproducing, you may find that it is necessary to restart gnome-search-tool after changing the single/double click setting.
Fixed in CVS. Thanks! 2005-02-10 Dennis Cranston <dennis_cranston@yahoo.com> * gsearchtool-callbacks.c: (file_button_release_event_cb): Add single click to activate logic to open files. (file_event_after_cb): Remove single click to activate logic to open files. Fixes bug #166905.