diff options
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/draksec | 4 | ||||
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/draksec b/perl-install/standalone/draksec index 6a08e4f8b..0e8f2b636 100755 --- a/perl-install/standalone/draksec +++ b/perl-install/standalone/draksec @@ -50,7 +50,7 @@ sub wait_msg { sub remove_wait_msg { $_[0]->destroy } -sub basic_seclevel_explanations { +sub basic_seclevel_explanations() { my $text = new Gtk2::TextView; $text->set_editable(0); gtktext_insert($text, @@ -115,7 +115,7 @@ my $common_opts = { col_spacings => 10, row_spacings => 5 }; my $seclevel_entry; $notebook->append_page(gtkshow(gtkpack(new Gtk2::VBox(0, 0), - basic_seclevel_explanations($msec), + basic_seclevel_explanations(), create_packtable($common_opts, [ do { diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2 index 429df9e7c..02ddb5abb 100755 --- a/perl-install/standalone/harddrake2 +++ b/perl-install/standalone/harddrake2 @@ -330,7 +330,7 @@ $_->hide foreach $module_cfg_button, $config_button; # hide buttons while no dev $w->main; -sub quit_global { +sub quit_global() { kill(15, $pid) if $pid; setVarsInSh($conffile, \%options); ugtk2->exit(0); |