summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-03-27 00:53:00 +0000
committerOlivier Blin <oblin@mandriva.com>2008-03-27 00:53:00 +0000
commitcdcbd610aaa4ba1454423cffe9ad3fe969c725cb (patch)
tree499fe2b8a7b736b46c8051bef06a883c526e0504 /bin
parent3cb4c891f814a5e22f48a355e8a42b128739e693 (diff)
downloaddrakguard-cdcbd610aaa4ba1454423cffe9ad3fe969c725cb.tar
drakguard-cdcbd610aaa4ba1454423cffe9ad3fe969c725cb.tar.gz
drakguard-cdcbd610aaa4ba1454423cffe9ad3fe969c725cb.tar.bz2
drakguard-cdcbd610aaa4ba1454423cffe9ad3fe969c725cb.tar.xz
drakguard-cdcbd610aaa4ba1454423cffe9ad3fe969c725cb.zip
disable non-implemented features
Diffstat (limited to 'bin')
-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:")),