diff options
author | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-09-29 15:43:01 +0000 |
---|---|---|
committer | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-09-29 15:43:01 +0000 |
commit | 4a64725e5ae88e05fff9e538972fc5d07736f36d (patch) | |
tree | 80f10dc9d4862819be423d7db308674904b53135 | |
parent | 261b964752f927441650d16ba455c673912efd62 (diff) | |
download | draksnapshot-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
-rwxr-xr-x | draksnapshot-config | 2 |
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 => [ |