From f30099ab7afecd9e297d90660f9dbeeb39ccee82 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Thu, 21 Jul 2005 06:12:45 +0000 Subject: remove "apply" button (not really needed) --- perl-install/standalone/drakhosts | 3 --- 1 file changed, 3 deletions(-) (limited to 'perl-install/standalone') diff --git a/perl-install/standalone/drakhosts b/perl-install/standalone/drakhosts index a62670f77..ea0b76728 100644 --- a/perl-install/standalone/drakhosts +++ b/perl-install/standalone/drakhosts @@ -260,9 +260,6 @@ $W->add(gtkpack_(Gtk2::VBox->new(0,0), err_dialog(N("Error"), N("Failed to remove host.") . "\n\n" . $err); } }), - 0, gtksignal_connect(Gtk2::Button->new(N("Apply")), clicked => sub { - write_conf_hosts(); - }), if_($::isEmbedded, 0, gtksignal_connect(Gtk2::Button->new(N("Quit")), clicked => sub { ugtk2->exit })), ), ), -- cgit v1.2.1