Skip to content

Commit

Permalink
TaskListGrid: unowned task_row
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit authored and tintou committed May 17, 2024
1 parent 68bacef commit f0ab602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/TaskListGrid.vala
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ public class Tasks.Widgets.TaskListGrid : Gtk.Grid {
}

private void on_tasks_modified (Gee.Collection<ECal.Component> tasks) {
Tasks.Widgets.TaskRow task_row = null;
unowned Tasks.Widgets.TaskRow task_row = null;
var row_index = 0;

do {
Expand Down

0 comments on commit f0ab602

Please sign in to comment.