diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-09-22 12:30:57 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-09-22 12:30:57 +0000 |
commit | 15351363e7267250fcc31effdeb36319453fb8b1 (patch) | |
tree | 7914a656315450199e0f9a572daabdcb7d24be8d /perl-install | |
parent | 9ebd831706e7c20c2c2baeff2cf063be69baee89 (diff) | |
download | drakx-15351363e7267250fcc31effdeb36319453fb8b1.tar drakx-15351363e7267250fcc31effdeb36319453fb8b1.tar.gz drakx-15351363e7267250fcc31effdeb36319453fb8b1.tar.bz2 drakx-15351363e7267250fcc31effdeb36319453fb8b1.tar.xz drakx-15351363e7267250fcc31effdeb36319453fb8b1.zip |
(interactive_mode) fix layout
Diffstat (limited to 'perl-install')
-rwxr-xr-x | perl-install/standalone/drakfont | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index b7a298d43..8a0d7277f 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -483,6 +483,9 @@ sub interactive_mode() { if_(!$::isEmbedded, 0, Gtk2::Banner->new("drakfont", N("DrakFont"))), 0, Gtk2::WrappedLabel->new(N("Font List")), 1, Gtk2::FontSelection->new, + 0, gtkadd(create_hbox(), + gtksignal_connect(Gtk2::Button->new(N("Get Windows Fonts")), clicked => sub { $windows = 1; import_status(); $windows = 0 }), + ), 0, create_okcancel(my $oc = { ok_clicked => sub { Gtk2->main_quit }, }, @@ -491,7 +494,6 @@ sub interactive_mode() { [ N("Options"), \&appli_choice, 1 ], [ N("Uninstall"), \&uninstall, 1 ], [ N("Import"), \&advanced_install, 1 ], - [ N("Get Windows Fonts"), sub { $windows = 1; import_status(); $windows = 0 }, 1 ], ), ), ); |