summaryrefslogtreecommitdiffstats
path: root/draksnapshot-config
diff options
context:
space:
mode:
Diffstat (limited to 'draksnapshot-config')
-rwxr-xr-xdraksnapshot-config10
1 files changed, 6 insertions, 4 deletions
diff --git a/draksnapshot-config b/draksnapshot-config
index 4563760..c389bcf 100755
--- a/draksnapshot-config
+++ b/draksnapshot-config
@@ -285,10 +285,12 @@ sub add {
}
sub save() {
- save_keyword('interval', map {
- my $val = $entries{$_}->get_text;
- if_($val, join("\t", 'interval', $_, $val));
- } @ordered_intervals);
+ # $entries are currently not added to window so $val will always be 0
+ # As there is no way currently to change interval, the best is to not rewrite them (#58534)
+# save_keyword('interval', map {
+# my $val = $entries{$_}->get_text;
+# if_($val, join("\t", 'interval', $_, $val));
+# } @ordered_intervals);
if (!$button->get('sensitive')) { # Mandriva defaults
@{$backup_list->{data}} = '/'; #qw(/bin /boot /etc /home /lib /lib64 /opt);