diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 18:21:24 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-01-22 18:21:24 +0000 |
commit | 415951abd4368a86588eef302b6db1b3fc3394b9 (patch) | |
tree | 03232ecb8771f74d7846bacd9e6ae643548c9deb /perl-install/standalone/drakfont | |
parent | e7ec66af0884e5f1bd07613dbf7a8248987cb62c (diff) | |
download | drakx-415951abd4368a86588eef302b6db1b3fc3394b9.tar drakx-415951abd4368a86588eef302b6db1b3fc3394b9.tar.gz drakx-415951abd4368a86588eef302b6db1b3fc3394b9.tar.bz2 drakx-415951abd4368a86588eef302b6db1b3fc3394b9.tar.xz drakx-415951abd4368a86588eef302b6db1b3fc3394b9.zip |
perl_checker cleanups
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-x | perl-install/standalone/drakfont | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 3e65f5299..82cad5845 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -488,7 +488,7 @@ sub interactive_mode() { if_(!$::isEmbedded, 0, gtkcreate_img("drakfont.620x57")), 0, Gtk2::WrappedLabel->new(N("Font List")), 1, create_fontsel(), - 0, create_okcancel( my $oc = { + 0, create_okcancel(my $oc = { ok_clicked => sub { Gtk2->main_quit }, }, undef, undef, '', @@ -756,8 +756,7 @@ sub import_status() { [ N("Post Install"), $pbar3, $pbar3->set_text(' ') ], ), ], - [ - ], + [], \&backend_mod, ); } @@ -776,8 +775,7 @@ sub import_status_uninstall() { [ N("Post Uninstall"), $pbar2, $pbar2->set_text(' ') ], ), ], - [ - ], + [], \&backend_mod, ); } |