summaryrefslogtreecommitdiff
path: root/src/nautilus-list-view-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-list-view-private.h')
-rw-r--r--src/nautilus-list-view-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-list-view-private.h b/src/nautilus-list-view-private.h
index 132534289..9d4cbad42 100644
--- a/src/nautilus-list-view-private.h
+++ b/src/nautilus-list-view-private.h
@@ -40,7 +40,7 @@ struct NautilusListViewDetails {
NautilusTreeViewDragDest *drag_dest;
- GtkTreePath *double_click_path[2]; /* Both clicks in a double click need to be on the same row */
+ GtkTreePath *first_click_path; /* Both clicks in a double click need to be on the same row */
GtkTreePath *new_selection_path; /* Path of the new selection after removing a file */