From 6e59d0ca9e38eaeb14e238aec720478ea0001185 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 15 May 2008 16:25:16 +0000 Subject: remove doble question --- bin/drakproxy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/drakproxy b/bin/drakproxy index dade2d7..6c52022 100755 --- a/bin/drakproxy +++ b/bin/drakproxy @@ -33,8 +33,6 @@ my $u = { getVarsFromSh('/etc/profile.d/proxy.sh') }; my $in = 'interactive'->vnew('su'); if (network::network::miscellaneous_choose($in, $u)) { network::network::proxy_configure($u); - if ($in->ask_okcancel(N("Warning"), N("You need to log out and back in again for changes to take effect"), 1)) { - any::ask_for_X_restart($in); - } + any::ask_for_X_restart($in); } $in->exit(0); -- cgit v1.2.1