Skip to content

Commit

Permalink
fix #1433
Browse files Browse the repository at this point in the history
  • Loading branch information
“Alain” committed Sep 12, 2024
1 parent 17cf168 commit a43bd12
Show file tree
Hide file tree
Showing 11 changed files with 2,794 additions and 2,792 deletions.
5 changes: 2 additions & 3 deletions core/Objects/Item.vala
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ public class Objects.Item : Objects.BaseObject {
public void update_from_vtodo (string data, string _ics) {
patch_from_vtodo (data, _ics, true);
}

public void patch_from_vtodo (string data, string _ics, bool is_update = false) {
print ("%s\n".printf (data));

Expand Down Expand Up @@ -1638,8 +1638,7 @@ public class Objects.Item : Objects.BaseObject {
foreach (Objects.Item subitem in Services.Store.instance ().get_subitems (this)) {
subitem.checked = checked;
subitem.completed_at = completed_at;

subitem.complete_item (old_checked);
subitem.complete_item.begin (old_checked);
}
}
}
Expand Down
Loading

0 comments on commit a43bd12

Please sign in to comment.