summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2003-07-25 09:32:03 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2003-07-25 09:32:03 +0000
commit88bd9aaeb31c79573664829be1b33fbfd3a0281f (patch)
tree510d3cda5986ce0a983d1f9c3188fa0d6ed5f389 /perl-install/standalone/drakbug
parent2822d666891e7f41c6d3ed20dec336e47cd44f17 (diff)
downloaddrakx-backup-do-not-use-88bd9aaeb31c79573664829be1b33fbfd3a0281f.tar
drakx-backup-do-not-use-88bd9aaeb31c79573664829be1b33fbfd3a0281f.tar.gz
drakx-backup-do-not-use-88bd9aaeb31c79573664829be1b33fbfd3a0281f.tar.bz2
drakx-backup-do-not-use-88bd9aaeb31c79573664829be1b33fbfd3a0281f.tar.xz
drakx-backup-do-not-use-88bd9aaeb31c79573664829be1b33fbfd3a0281f.zip
use option menus instead of combos in on interface team request
Diffstat (limited to 'perl-install/standalone/drakbug')
-rwxr-xr-xperl-install/standalone/drakbug2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakbug b/perl-install/standalone/drakbug
index c8c9a9029..0615fa893 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -65,7 +65,7 @@ push(@generic_tool,@all_drakxtools);
my $kernel_release = chomp_(`uname -r`);
my $table = create_packtable({ col_spacings => 5, row_spacings => 10 },
- [ new Gtk2::Label(N("Application:")), my $comb_app = gtkset_size_request(Gtk2::Combo->new, 270, -1) ],
+ [ new Gtk2::Label(N("Application:")), my $comb_app = Gtk2::OptionMenu->new ],
[ new Gtk2::Label(N("Package: ")), my $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) ],
[ Gtk2::Label->new(N("Release: ")), gtkset_editable(Gtk2::Entry->new_with_text(mandrake_release()), 0) ]