summaryrefslogtreecommitdiffstats
path: root/draksnapshot-config
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2020-06-02 14:10:52 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2020-06-02 14:11:05 +0200
commitaa6839e0674cf0a59cd0b1e4e8294c9945b39c8c (patch)
tree920ec76a9d1f5a3b302c4e728b6be0bbfa604987 /draksnapshot-config
parent75012e54a7f7291431e3db699982626e5b3cdd72 (diff)
downloaddraksnapshot-aa6839e0674cf0a59cd0b1e4e8294c9945b39c8c.tar
draksnapshot-aa6839e0674cf0a59cd0b1e4e8294c9945b39c8c.tar.gz
draksnapshot-aa6839e0674cf0a59cd0b1e4e8294c9945b39c8c.tar.bz2
draksnapshot-aa6839e0674cf0a59cd0b1e4e8294c9945b39c8c.tar.xz
draksnapshot-aa6839e0674cf0a59cd0b1e4e8294c9945b39c8c.zip
Revert "Add back Number of snapshots to keep stored, which was on our version but not on our backup git"
Diffstat (limited to 'draksnapshot-config')
-rw-r--r--draksnapshot-config13
1 files 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',