summaryrefslogtreecommitdiff
path: root/src/nautilus-files-view-dnd.h
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2015-08-31 12:51:57 +0200
committerCarlos Soriano <csoriano@gnome.org>2015-08-31 13:29:16 +0200
commitec2b9674b0025bcd8cd30246135962d5a77d9685 (patch)
treef4e3190589023bde982cd3565a278b4fbd9f6d04 /src/nautilus-files-view-dnd.h
parent1b68777c80958937e9dca986074f93e270779ec7 (diff)
downloadnautilus-ec2b9674b0025bcd8cd30246135962d5a77d9685.tar.gz
files-view: don't open folder with timer for drag&drop
We were opening the hovered folder after a timeout when performing a drag and drop operation. However, this causes that the user could lose track of were the user was and fail the dnd operation, or even worse, drop in a unknow location and makes the whole operation rather anoying. Also looks like could be a problem for disabled people. So instead just don't open locations on hover for the main view. Pathbar remains opening with the timer on hover, since the pathbar itself doesn't change and therefore the user don't lose the track. https://bugzilla.gnome.org/show_bug.cgi?id=727790
Diffstat (limited to 'src/nautilus-files-view-dnd.h')
-rw-r--r--src/nautilus-files-view-dnd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nautilus-files-view-dnd.h b/src/nautilus-files-view-dnd.h
index 1f123582b..f7e7bdc88 100644
--- a/src/nautilus-files-view-dnd.h
+++ b/src/nautilus-files-view-dnd.h
@@ -56,8 +56,6 @@ void nautilus_files_view_handle_raw_drop (NautilusFilesView *view,
GdkDragAction action,
int x,
int y);
-void nautilus_files_view_handle_hover (NautilusFilesView *view,
- const char *target_uri);
void nautilus_files_view_drop_proxy_received_uris (NautilusFilesView *view,
const GList *uris,