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 166905 - Dragging files from search results launches them
Dragging files from search results launches them
Status: VERIFIED FIXED
Product: gnome-utils
Classification: Deprecated
Component: gsearchtool
trunk
Other Linux
: Normal normal
: ---
Assigned To: gnome-utils Maintainers
gnome-utils Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-02-10 09:51 UTC by John Spray
Modified: 2009-08-15 18:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description John Spray 2005-02-10 09:51:10 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.
Comment 1 Dennis Cranston 2005-02-10 16:43:40 UTC
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.