From 05bbd10f274e9ff509f331d628a387d0eab56c6b Mon Sep 17 00:00:00 2001 From: tv Date: Fri, 26 Sep 2008 15:18:37 +0000 Subject: do not offer anymore to configure intervals (too advanced option) git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@246742 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- NEWS | 2 ++ draksnapshot-config | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 4aa1e7e..ae3eff0 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,8 @@ o do not crash if DBus isn't reachable o report DBus errors - configurator: + o do not offer anymore to configure intervals + (too advanced option) o generate anacron friendly cron files (#43297) Version 0.13 - 22 September 2008, Thierry Vignaud diff --git a/draksnapshot-config b/draksnapshot-config index 5b93fc3..a0fdc08 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -142,7 +142,7 @@ gtkadd($my_win->{window}, ), ]), - 0, gtknew('Title2', label => N("Intervals")), + if_(0, 0, gtknew('Title2', label => N("Intervals")), 0, gtknew('Table', col_spacings => 10, row_spacings => 5, homogeneous => 1, children => [ map { [ @@ -152,7 +152,7 @@ gtkadd($my_win->{window}, ) ]; } @ordered_intervals - ]), + ])), 0, gtknew('Expander', text => N("Advanced"), child => $box = gtknew('VBox', children => [ 0, gtknew('Title2', label => N("Backup list")), -- cgit v1.2.1