Skip to content

Commit

Permalink
comma typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Sep 23, 2024
1 parent c66e3b2 commit 2bc0621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Frontend/Widgets/FilePane.vala
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ namespace Taxi {
Gtk.drag_dest_set (
list_box,
Gtk.DestDefaults.ALL,
TARGET_LIST
TARGET_LIST,
Gdk.DragAction.COPY
);
}
Expand Down

0 comments on commit 2bc0621

Please sign in to comment.