summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfont
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-22 18:21:24 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-22 18:21:24 +0000
commit415951abd4368a86588eef302b6db1b3fc3394b9 (patch)
tree03232ecb8771f74d7846bacd9e6ae643548c9deb /perl-install/standalone/drakfont
parente7ec66af0884e5f1bd07613dbf7a8248987cb62c (diff)
downloaddrakx-backup-do-not-use-415951abd4368a86588eef302b6db1b3fc3394b9.tar
drakx-backup-do-not-use-415951abd4368a86588eef302b6db1b3fc3394b9.tar.gz
drakx-backup-do-not-use-415951abd4368a86588eef302b6db1b3fc3394b9.tar.bz2
drakx-backup-do-not-use-415951abd4368a86588eef302b6db1b3fc3394b9.tar.xz
drakx-backup-do-not-use-415951abd4368a86588eef302b6db1b3fc3394b9.zip
perl_checker cleanups
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-xperl-install/standalone/drakfont8
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,
);
}