Commit d0ba4f3
committed
Allow user to save valid modified policy on 1st char
Checking for `get_modified()` within signal handler for `changed` signal
does not work for the 1st modification (e.g. commenting a policy, pasting
for first time, selecting whole line and deleting it, ....);
as the output of `get_modified()` only changes after the signal handler.
fixes: QubesOS/qubes-issues#99111 parent 203be8c commit d0ba4f3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
631 | 631 | | |
632 | 632 | | |
633 | 633 | | |
634 | | - | |
| 634 | + | |
635 | 635 | | |
636 | 636 | | |
637 | 637 | | |
| |||
0 commit comments