Skip to content

Commit

Permalink
TaskListGrid: unowned task_row
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed May 16, 2024
1 parent af916a4 commit 023ae07
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 023ae07

Please sign in to comment.