From 1c9f1f6c4ddab7548f82bfa501e96300af1eadc1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 29 Dec 2003 16:14:30 +0000 Subject: perl_checker fixes --- control-center | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/control-center b/control-center index 15eff038..25fe83b0 100755 --- a/control-center +++ b/control-center @@ -404,7 +404,7 @@ my @menu_items = ( gtksignal_connect(Gtk2::Button->new(N("Ok")), clicked => sub { my $profile2delete = $combo_dialog->entry->get_text; if ($profile2delete eq $netcnx->{PROFILE}) { - !err_dialog(N("Warning"), N("You can not delete the current profile")); + err_dialog(N("Warning"), N("You can not delete the current profile")); return 1; } $dialog->destroy; @@ -463,7 +463,7 @@ sub update_profiles { $done = 0; enable_profile_entry($prof, 1); $done = 1; - return 0; + return 0; } if (!warn_dialog(N("Warning"), N("We are about to switch from the \"%s\" profile to the \"%s\" profile. -- cgit v1.2.1