Skip to content

Commit 4d7dc46

Browse files
committed
Fix typo
1 parent 9ef4393 commit 4d7dc46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libcore/DndHandler.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ namespace Files {
406406
} else if (dest.is_executable ()) {
407407
actions |= (Gdk.DragAction.COPY |
408408
Gdk.DragAction.MOVE |
409-
Gdk.DragAction.LINK
409+
Gdk.DragAction.LINK);
410410
} else {
411411
actions = Gdk.DragAction.DEFAULT;
412412
}

0 commit comments

Comments
 (0)