Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Commit

Permalink
Fix #643: Save changes after Include/Exclude radio is toggled
Browse files Browse the repository at this point in the history
  • Loading branch information
teejee2008 committed Nov 15, 2020
1 parent ff089a0 commit 0aa1d58
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Gtk/ExcludeBox.vala
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,8 @@ class ExcludeBox : Gtk.Box{
}

treeview_update_item(ref iter, pattern);

save_changes();
});

// column
Expand Down Expand Up @@ -155,6 +157,8 @@ class ExcludeBox : Gtk.Box{
}

treeview_update_item(ref iter, pattern);

save_changes();
});

// column
Expand Down

0 comments on commit 0aa1d58

Please sign in to comment.