summaryrefslogtreecommitdiffstats
path: root/draksnapshot-config
diff options
context:
space:
mode:
authortv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2008-09-29 15:43:01 +0000
committertv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94>2008-09-29 15:43:01 +0000
commit4a64725e5ae88e05fff9e538972fc5d07736f36d (patch)
tree80f10dc9d4862819be423d7db308674904b53135 /draksnapshot-config
parent261b964752f927441650d16ba455c673912efd62 (diff)
downloaddraksnapshot-4a64725e5ae88e05fff9e538972fc5d07736f36d.tar
draksnapshot-4a64725e5ae88e05fff9e538972fc5d07736f36d.tar.gz
draksnapshot-4a64725e5ae88e05fff9e538972fc5d07736f36d.tar.bz2
draksnapshot-4a64725e5ae88e05fff9e538972fc5d07736f36d.tar.xz
draksnapshot-4a64725e5ae88e05fff9e538972fc5d07736f36d.zip
kill debug statements that wrongly went in in r246754 on 2008-09-26:
"enable to disable backups" git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@247019 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
Diffstat (limited to 'draksnapshot-config')
-rwxr-xr-xdraksnapshot-config2
1 files changed, 0 insertions, 2 deletions
diff --git a/draksnapshot-config b/draksnapshot-config
index 5ce71f4..3ab57e6 100755
--- a/draksnapshot-config
+++ b/draksnapshot-config
@@ -129,9 +129,7 @@ gtkadd($my_win->{window},
0, gtknew('CheckButton', text => N("Enable Backups"), active_ref => \$is_enabled,
toggled => sub {
my ($w) = @_;
- warn "===>>> !$w || !$box\n";
return if !$w || !$box;
- warn "set to " . to_bool($w->get_active) . "\n";
$box->set_sensitive($w->get_active);
}),
0, $box = gtknew('VBox', sensitive => $is_enabled, children => [