summaryrefslogtreecommitdiffstats
path: root/bin/drakguard
diff options
context:
space:
mode:
Diffstat (limited to 'bin/drakguard')
-rwxr-xr-xbin/drakguard6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/drakguard b/bin/drakguard
index b3ab84e..1154960 100755
--- a/bin/drakguard
+++ b/bin/drakguard
@@ -95,15 +95,15 @@ gtkadd($w->{window},
0, gtknew('HBox', spacing => 5, children_tight => [
$allusers_list,
gtknew('VBox', spacing => 5, children_tight => [
- gtknew('Button', text => N("Add")),
- gtknew('Button', text => N("Remove")),
+ gtknew('Button', text => N("Add"), sensitive => 0),
+ gtknew('Button', text => N("Remove"), sensitive => 0),
]),
$users_list,
]),
1, gtknew('Label'),
0, gtknew('Title2', label => N("Time control")),
0, gtknew('CheckButton', text => N("Allow connections only between these times:"),
- active_ref => \$time_control, sensitive_ref => \$enable,
+ active_ref => \$time_control, sensitive => 0, #, sensitive_ref => \$enable,
toggled => \&update_time_change),
0, gtknew('HBox', sensitive_ref => \$allow_time_change, spacing => 20, children_tight => [
gtknew('Label', text => N("Start:")),