diff --git a/src/Gtk/ExcludeBox.vala b/src/Gtk/ExcludeBox.vala index 4f4a1bf..d4a4160 100644 --- a/src/Gtk/ExcludeBox.vala +++ b/src/Gtk/ExcludeBox.vala @@ -121,6 +121,8 @@ class ExcludeBox : Gtk.Box{ } treeview_update_item(ref iter, pattern); + + save_changes(); }); // column @@ -155,6 +157,8 @@ class ExcludeBox : Gtk.Box{ } treeview_update_item(ref iter, pattern); + + save_changes(); }); // column