summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakhosts
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-07-21 06:12:45 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-07-21 06:12:45 +0000
commitf30099ab7afecd9e297d90660f9dbeeb39ccee82 (patch)
tree8107094c0546caea22311b5c8f5c8038561c4dd6 /perl-install/standalone/drakhosts
parenta92971d23fae98209374914f2e97c2cefe1eb64b (diff)
downloaddrakx-backup-do-not-use-f30099ab7afecd9e297d90660f9dbeeb39ccee82.tar
drakx-backup-do-not-use-f30099ab7afecd9e297d90660f9dbeeb39ccee82.tar.gz
drakx-backup-do-not-use-f30099ab7afecd9e297d90660f9dbeeb39ccee82.tar.bz2
drakx-backup-do-not-use-f30099ab7afecd9e297d90660f9dbeeb39ccee82.tar.xz
drakx-backup-do-not-use-f30099ab7afecd9e297d90660f9dbeeb39ccee82.zip
remove "apply" button (not really needed)
Diffstat (limited to 'perl-install/standalone/drakhosts')
-rw-r--r--perl-install/standalone/drakhosts3
1 files changed, 0 insertions, 3 deletions
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 })),
),
),