From 3f629bb10721b4d677060ac3426d5301094167b0 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 31 Aug 2005 08:51:04 +0000 Subject: remove ask_warn to avoid bug of ok_cancel next_back button --- samba_wizard/Samba.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samba_wizard/Samba.pm b/samba_wizard/Samba.pm index ffb08611..02499ff2 100755 --- a/samba_wizard/Samba.pm +++ b/samba_wizard/Samba.pm @@ -96,7 +96,7 @@ $o->{pages} = { pre => sub { if (-f $wiz_samba_etc) { # $::isWizard = 1; - $::in->ask_warn(N("Information"), N("It seems you previously setup a Samba server. This wizard will re-read your old configuration, and show you the Samba server type you choose")) and return 0; +# $::in->ask_warn(N("Information"), N("It seems you previously setup a Samba server. This wizard will re-read your old configuration, and show you the Samba server type you choose")) and return 0; my $data = cat_($wiz_samba_etc); # detect old Samba type my ($old_type) = $data =~ /type=(\d)/; -- cgit v1.2.1