diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-05 12:05:25 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-12-05 12:05:25 +0000 |
commit | d1edcf705a0386524862f26721e1d1e1c3883032 (patch) | |
tree | 8136baafa33b60c672053efb07d8636b3e5b0e54 /perl-install | |
parent | ff41662a054c9a39c37c0ae6ffc2c3f022ef69e1 (diff) | |
download | drakx-d1edcf705a0386524862f26721e1d1e1c3883032.tar drakx-d1edcf705a0386524862f26721e1d1e1c3883032.tar.gz drakx-d1edcf705a0386524862f26721e1d1e1c3883032.tar.bz2 drakx-d1edcf705a0386524862f26721e1d1e1c3883032.tar.xz drakx-d1edcf705a0386524862f26721e1d1e1c3883032.zip |
don't use anymore deprecated widgets
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakfont | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index 376fb2fd3..6c9bf78bc 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -840,7 +840,7 @@ Visual Interface: sub appli_choice { my $choice_box; - my $text = new Gtk2::Text; + my $text = new Gtk2::TextView; gtkpack( $font_box, $choice_box = gtkpack_( @@ -899,11 +899,9 @@ sub appli_choice { 1, gtktext_insert( gtkset_editable($text, 0), - N("Before installing any fonts, be sure that you have the right to use and install them on your system.\n\n-You can install the fonts using the normal way. In rare cases, bogus fonts may hang up your X Server.") + [ [ N("Before installing any fonts, be sure that you have the right to use and install them on your system.\n\n-You can install the fonts using the normal way. In rare cases, bogus fonts may hang up your X Server.") ] ] ), 0, - new Gtk2::VScrollbar($text->vadj), - 0, new Gtk2::VBox(0, 10), ), 0, |