summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakfont
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-12-05 12:05:25 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-12-05 12:05:25 +0000
commitd1edcf705a0386524862f26721e1d1e1c3883032 (patch)
tree8136baafa33b60c672053efb07d8636b3e5b0e54 /perl-install/standalone/drakfont
parentff41662a054c9a39c37c0ae6ffc2c3f022ef69e1 (diff)
downloaddrakx-backup-do-not-use-d1edcf705a0386524862f26721e1d1e1c3883032.tar
drakx-backup-do-not-use-d1edcf705a0386524862f26721e1d1e1c3883032.tar.gz
drakx-backup-do-not-use-d1edcf705a0386524862f26721e1d1e1c3883032.tar.bz2
drakx-backup-do-not-use-d1edcf705a0386524862f26721e1d1e1c3883032.tar.xz
drakx-backup-do-not-use-d1edcf705a0386524862f26721e1d1e1c3883032.zip
don't use anymore deprecated widgets
Diffstat (limited to 'perl-install/standalone/drakfont')
-rwxr-xr-xperl-install/standalone/drakfont6
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,