diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-03-26 14:37:33 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-03-26 14:37:33 +0000 |
commit | fb65d56a4f93653c822171fb823042c34e27a840 (patch) | |
tree | 9028b3f8db003a22c97b85b7b338104868137084 | |
parent | c76255a9f64caf155b71182baccb0c24053e29ff (diff) | |
download | drakguard-fb65d56a4f93653c822171fb823042c34e27a840.tar drakguard-fb65d56a4f93653c822171fb823042c34e27a840.tar.gz drakguard-fb65d56a4f93653c822171fb823042c34e27a840.tar.bz2 drakguard-fb65d56a4f93653c822171fb823042c34e27a840.tar.xz drakguard-fb65d56a4f93653c822171fb823042c34e27a840.zip |
remove duplicate whitelist declaration
-rwxr-xr-x | bin/drakguard | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/drakguard b/bin/drakguard index 3ed3c01..93df390 100755 --- a/bin/drakguard +++ b/bin/drakguard @@ -34,9 +34,6 @@ $whitelist->get_selection->set_mode('multiple'); my $blacklist = Gtk2::SimpleList->new(N("Forbidden addresses") => 'text'); $blacklist->get_selection->set_mode('multiple'); -my $whitelist = Gtk2::SimpleList->new(N("Allowed addresses") => 'text'); -$whitelist->get_selection->set_mode('multiple'); - my ($enable, $level, $time_control, $allow_time_change); $level ||= "Normal"; |