summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/drakguard2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/drakguard b/bin/drakguard
index 05078a3..3ed3c01 100755
--- a/bin/drakguard
+++ b/bin/drakguard
@@ -107,7 +107,6 @@ gtkadd($w->{window},
1, gtknew('ScrolledWindow', width => 500, height => 300, child => $blacklist),
0, gtknew('HButtonBox', border_width => 5, layout => 'edge', children_loose => [
gtknew('Button', text => N("Remove from blacklist"), clicked => sub { unblacklist(get_selected_blacklist()) }),
- gtknew('Button', text => N("Close"), clicked => sub { Gtk2->main_quit })
]),
]),
gtknew('Label', text => N("Whitelist")),
@@ -115,7 +114,6 @@ gtkadd($w->{window},
1, gtknew('ScrolledWindow', width => 500, height => 300, child => $whitelist),
0, gtknew('HButtonBox', border_width => 5, layout => 'edge', children_loose => [
gtknew('Button', text => N("Remove from whitelist"), clicked => sub { unwhitelist(get_selected_whitelist()) }),
- gtknew('Button', text => N("Close"), clicked => sub { Gtk2->main_quit })
]),
]),
]),