summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-06-03 06:12:07 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-06-03 06:12:07 +0000
commite80d8aea22eb4bf86af2679f4f984da7277eee53 (patch)
tree8761dbe50286443e968b658b666eb44173d5d599 /perl-install/standalone/drakbug
parent3983ff898098e7a79113318aa4dde65df50e4288 (diff)
downloaddrakx-backup-do-not-use-e80d8aea22eb4bf86af2679f4f984da7277eee53.tar
drakx-backup-do-not-use-e80d8aea22eb4bf86af2679f4f984da7277eee53.tar.gz
drakx-backup-do-not-use-e80d8aea22eb4bf86af2679f4f984da7277eee53.tar.bz2
drakx-backup-do-not-use-e80d8aea22eb4bf86af2679f4f984da7277eee53.tar.xz
drakx-backup-do-not-use-e80d8aea22eb4bf86af2679f4f984da7277eee53.zip
make perl_checker happy
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-xperl-install/standalone/drakbug6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index 7cde789fa..6b8ae9141 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -30,7 +30,7 @@ use Config;
my ($bugzilla, $wizard_name);
my $prog;
my $incident = 0;
-my ($bugdesc, $table, $comb_app, $com_app, $button_pkg, $package, $distrocode, $kernel);
+my ($table, $comb_app, $com_app, $button_pkg, $package, $distrocode);
foreach (@ARGV) {
next unless defined $_;
@@ -83,7 +83,7 @@ $table = create_packtable({ col_spacings => 5, row_spacings => 10 },
gtkpack_(Gtk2::HBox->new(0,5),
1, $com_app = gtkset_editable(Gtk2::Entry->new, 1),
0, $button_pkg = Gtk2::Button->new(N("Find Package")),
- )],
+ ) ],
[ Gtk2::Label->new(N("Package: ")), $package = Gtk2::Entry->new_with_text("...") ], # complain on gtk-perl@ml
[ Gtk2::Label->new(N("Kernel:")), gtkset_editable(Gtk2::Entry->new_with_text($kernel_release), 0) ]
);
@@ -129,7 +129,7 @@ gtkadd($window->{window},
if (defined $prog) {
update_app($prog);
$comb_app->set_text($prog);
-};
+}
$comb_app->entry->signal_connect('changed', sub { update_app($comb_app->entry->get_text) });
$button_pkg->signal_connect('clicked', sub {