summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
1 files changed, 1 insertions, 1 deletions
diff --git a/control-center b/control-center
index 7bab0164..4e5bcb7a 100755
--- a/control-center
+++ b/control-center
@@ -536,7 +536,7 @@ Are you sure you want to do the switch?", $netcnx->{PROFILE}, $prof), { transien
}
$factory->get_widget(get_path("<main>", $shared_translations{profiles}, $shared_translations{delete}))->set_sensitive(@profiles > 1);
eval { $factory->get_widget(get_path("<main>", $shared_translations{profiles} . profile2menu($netcnx->{PROFILE})))->set_active(1) };
- print "error is «$@»\n" if $@;
+ print "error is «$@»\n" if $@;
$done = 1;
}