diff options
Diffstat (limited to 'perl-install/Xconfigurator.pm')
-rw-r--r-- | perl-install/Xconfigurator.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/Xconfigurator.pm b/perl-install/Xconfigurator.pm index 533ee8847..b578faa67 100644 --- a/perl-install/Xconfigurator.pm +++ b/perl-install/Xconfigurator.pm @@ -776,7 +776,9 @@ sub main { !$@ || $@ =~ /ask_from_list cancel/ or die; $in->kill; } - + if (!$ok) { + $ok = !$in->ask_yesorno('', _("Forget the changes?"), 1); + } if ($ok) { unless ($::testing) { my $f = "$prefix/etc/X11/XF86Config"; |