summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center4
1 files changed, 2 insertions, 2 deletions
diff --git a/control-center b/control-center
index b63d65bf..edc98160 100755
--- a/control-center
+++ b/control-center
@@ -293,7 +293,7 @@ my ($menu, $factory) = create_factory_menu($window_global,
},
if_($::isWiz,
{ path => N("/_Options") . N("/Expert mode in _wizards"), type => '<ToggleItem>',
- callback => sub { $embedded = $expert_wizard_check_box->active }
+ callback => sub { $expert_wizard = $expert_wizard_check_box->active }
},
),
@@ -646,7 +646,7 @@ sub fork_ {
sub compute_exec_string {
my ($icon, $log_exp, $exec, $gtkplug, undef, $alternate) = @_; #($_[0], @{$_[1]});
- $exec .= "--summary" if $expert_wizard;
+ $exec .= " --summary" if $expert_wizard;
if ($embedded) {
if ($gtkplug != -1) { # not explicitely not embedded
$notebook_global->hide;