From aa6839e0674cf0a59cd0b1e4e8294c9945b39c8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Tue, 2 Jun 2020 14:10:52 +0200 Subject: Revert "Add back Number of snapshots to keep stored, which was on our version but not on our backup git" This reverts commit 6720e3e361b89e5a425f4eb2cbb4c7edff884cb3. --- draksnapshot-config | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/draksnapshot-config b/draksnapshot-config index afa0598..1c70962 100644 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -175,17 +175,8 @@ gtkadd($my_win->{window}, }, ), ]), - if_(0, 0, gtknew('Title2', label => N("Number of snapshots to keep stored")), - 0, gtknew('Table', col_spacings => 10, row_spacings => 5, homogeneous => 1, children => [ - map { - [ - gtknew('Label_Left', text => $interval_titles{$_}), - $entries{$_} = gtknew('SpinButton', value => $default_intervals{$_}, lower => 0, upper => 100, - tip => N("The number of snapshots for this type of interval (\"%s\") that will be stored", $_) - ) - ]; - } @ordered_intervals - ])), + + 0, gtknew('HButtonBox', layout => 'start', border_width => 5, spacing => 5, children_loose => [ # does not exist before 2009.0, if you need it, you can revert to Button type if needed ( CS4 ) $button = gtknew('Install_Button', -- cgit v1.2.1