From e060c8f48ae9310d66aefbd51efae8e93fceb407 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 17 Mar 2008 17:41:58 +0000 Subject: remove close buttons (there is already a cancel button) --- bin/drakguard | 2 -- 1 file changed, 2 deletions(-) (limited to 'bin') 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 }) ]), ]), ]), -- cgit v1.2.1