diff options
author | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-09-26 15:18:37 +0000 |
---|---|---|
committer | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-09-26 15:18:37 +0000 |
commit | 05bbd10f274e9ff509f331d628a387d0eab56c6b (patch) | |
tree | fcd8be53962e65d90738574b51f101fdf92de4aa /draksnapshot-config | |
parent | 72d295a29deb7c5d95a70d2853748af05a36e743 (diff) | |
download | draksnapshot-05bbd10f274e9ff509f331d628a387d0eab56c6b.tar draksnapshot-05bbd10f274e9ff509f331d628a387d0eab56c6b.tar.gz draksnapshot-05bbd10f274e9ff509f331d628a387d0eab56c6b.tar.bz2 draksnapshot-05bbd10f274e9ff509f331d628a387d0eab56c6b.tar.xz draksnapshot-05bbd10f274e9ff509f331d628a387d0eab56c6b.zip |
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
Diffstat (limited to 'draksnapshot-config')
-rwxr-xr-x | draksnapshot-config | 4 |
1 files changed, 2 insertions, 2 deletions
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")), |