ui/gtk/list.c

changeset 598
7b03db81caf8
parent 594
fc854e0ab924
child 632
8cce45a85942
--- a/ui/gtk/list.c	Thu May 29 13:28:50 2025 +0200
+++ b/ui/gtk/list.c	Thu May 29 13:29:48 2025 +0200
@@ -1024,10 +1024,10 @@
     
     
     if(args->ondragstart) {
-        ui_listview_add_dnd(tableview, &args);
+        ui_listview_add_dnd(tableview, args);
     }
     if(args->ondrop) {
-        ui_listview_enable_drop(tableview, &args);
+        ui_listview_enable_drop(tableview, args);
     }
       
     GtkTreeSelection *selection = gtk_tree_view_get_selection (GTK_TREE_VIEW(view));

mercurial