Skip to content

Commit

Permalink
Merge pull request #1450 from golamrabbiazad/master
Browse files Browse the repository at this point in the history
fix: captured deleted cal event
  • Loading branch information
alainm23 authored Sep 27, 2024
2 parents 24fedb2 + 2db81db commit d69fe67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Widgets/EventsList.vala
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ public class Widgets.EventsList : Adw.Bin {
if (event_row != null) {
event_row.destroy ();
event_hashmap.unset (event_uid);
listbox.remove (event_row);
}
}

Expand Down

0 comments on commit d69fe67

Please sign in to comment.