Skip to content

Commit

Permalink
refactor: captured cal event remove patch
Browse files Browse the repository at this point in the history
  • Loading branch information
golamrabbiazad committed Sep 27, 2024
1 parent 1dd157b commit 2db81db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Widgets/EventsList.vala
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ public class Widgets.EventsList : Adw.Bin {
if (event_row != null) {
event_row.destroy ();
event_hashmap.unset (event_uid);
listbox.remove (event_row);
}
listbox.remove (event_row);
}

change ();
Expand Down

0 comments on commit 2db81db

Please sign in to comment.