From 9aa2f4d16d01abaee975016bb2cd686fce6b6283 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 24 Feb 2003 08:12:22 +0000 Subject: looks better like this --- perl-install/standalone/drakfont | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakfont b/perl-install/standalone/drakfont index faf4b4bdb..634c68541 100755 --- a/perl-install/standalone/drakfont +++ b/perl-install/standalone/drakfont @@ -598,10 +598,7 @@ sub interactive_mode { new Gtk2::HBox(0, 2), 0, gtkadd(gtkset_layout(new Gtk2::VButtonBox, 'end'), gtksignal_connect(new Gtk2::Button(N("About")), clicked => sub { help() }), - gtksignal_connect(new Gtk2::Button(N("Close")), - clicked => sub { - Gtk2->main_quit(); - }), + gtksignal_connect(new Gtk2::Button(N("Close")), clicked => sub { Gtk2->main_quit() }), ), ), ), -- cgit v1.2.1