diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-02-10 19:00:44 +0000 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-24 21:28:35 +0100 |
commit | 7f3ec46de7c8c8875c56ccc9efbb10281632fc9f (patch) | |
tree | c293249c13b17ed2eeda285b9875ee1491d23399 /perl-install | |
parent | 45b2bb4e1c39962b9234c3b3a45d24767ef350f2 (diff) | |
download | drakx-7f3ec46de7c8c8875c56ccc9efbb10281632fc9f.tar drakx-7f3ec46de7c8c8875c56ccc9efbb10281632fc9f.tar.gz drakx-7f3ec46de7c8c8875c56ccc9efbb10281632fc9f.tar.bz2 drakx-7f3ec46de7c8c8875c56ccc9efbb10281632fc9f.tar.xz drakx-7f3ec46de7c8c8875c56ccc9efbb10281632fc9f.zip |
s/Gtk3::Combo/Gtk3::ComboBox/
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakclock | 2 |
1 files changed, 1 insertions, 1 deletions
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 ]) ])) ]), |