summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakbug
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2012-08-01 18:37:02 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-24 21:28:34 +0100
commitabf078590ff4692d5ea40f277feac76687c25b04 (patch)
treef212c215eae1cce5f9e57d21e0290d3064b7cd77 /perl-install/standalone/drakbug
parent64b9097f5cdb64ac0018bd4390b6da4b4246cb01 (diff)
downloaddrakx-abf078590ff4692d5ea40f277feac76687c25b04.tar
drakx-abf078590ff4692d5ea40f277feac76687c25b04.tar.gz
drakx-abf078590ff4692d5ea40f277feac76687c25b04.tar.bz2
drakx-abf078590ff4692d5ea40f277feac76687c25b04.tar.xz
drakx-abf078590ff4692d5ea40f277feac76687c25b04.zip
Gtk3::ComboBox->new_text => Gtk3::ComboBoxText->new
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 fe8866df4..965c44196 100755
--- a/perl-install/standalone/drakbug
+++ b/perl-install/standalone/drakbug
@@ -96,7 +96,7 @@ my $bugzilla_url = 'http://bugs.mageia.org/enter_bug.cgi';
my $wizard_name = "Bugzilla";
$table = create_packtable({ col_spacings => 5, row_spacings => 10 },
- [ gtknew('Label_Left', text => N("Select %s Tool:", N("Mageia"))), $comb_app = Gtk3::ComboBox->new_text, $comb_app->set_wrap_width(3) ],
+ [ gtknew('Label_Left', text => N("Select %s Tool:", N("Mageia"))), $comb_app = Gtk3::ComboBoxText->new, $comb_app->set_wrap_width(3) ],
[ gtknew('Label_Left', text => N("or Application Name\n(or Full Path):")),
gtkpack_(Gtk3::HBox->new(0, 5),
1, $com_app = gtkset_editable(Gtk3::Entry->new, 1),