From 7f3ec46de7c8c8875c56ccc9efbb10281632fc9f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sun, 10 Feb 2013 19:00:44 +0000 Subject: s/Gtk3::Combo/Gtk3::ComboBox/ --- perl-install/standalone/drakclock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakclock b/perl-install/standalone/drakclock index 9396a0659..369cdd5d9 100755 --- a/perl-install/standalone/drakclock +++ b/perl-install/standalone/drakclock @@ -82,7 +82,7 @@ $my_win->{window}->add(gtknew('VBox', border_width => $::isEmbedded ? 0 : 5, chi }), 0, $hb_ntp = gtknew('HBox', border_width => 5, children => [ 0, gtknew('Label', text => N("Server:")), - 1, $combo_ntpserver = Gtk3::Combo->new + 1, $combo_ntpserver = Gtk3::ComboBox->new ]) ])) ]), -- cgit v1.2.1