diff options
author | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-04-02 13:23:53 +0000 |
---|---|---|
committer | tv <tv@99302b65-d5f7-0310-b3dd-f8cd6f4e3d94> | 2008-04-02 13:23:53 +0000 |
commit | 36627025016fdaf78996c9d1f6db89a4ac0e903b (patch) | |
tree | 19767656c2c4eefaf77bfca3e220b849a4e09e57 /draksnapshot-config | |
parent | 4db9e9d9c3f51c4a85bfb5bae678490e6bc87c9b (diff) | |
download | draksnapshot-36627025016fdaf78996c9d1f6db89a4ac0e903b.tar draksnapshot-36627025016fdaf78996c9d1f6db89a4ac0e903b.tar.gz draksnapshot-36627025016fdaf78996c9d1f6db89a4ac0e903b.tar.bz2 draksnapshot-36627025016fdaf78996c9d1f6db89a4ac0e903b.tar.xz draksnapshot-36627025016fdaf78996c9d1f6db89a4ac0e903b.zip |
hide list under an "Advanced" expander
git-svn-id: http://svn.mandriva.com/svn/soft/draksnapshot/trunk@241725 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94
Diffstat (limited to 'draksnapshot-config')
-rwxr-xr-x | draksnapshot-config | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/draksnapshot-config b/draksnapshot-config index 5362a36..449763b 100755 --- a/draksnapshot-config +++ b/draksnapshot-config @@ -143,10 +143,14 @@ gtkadd($my_win->{window}, ]; } @ordered_intervals ]), + 0, gtknew('Expander', text => N("Advanced"), + child => gtknew('VBox', children => [ 0, gtknew('Title2', label => N("Backup list")), 1, format_list($backup_list, 1), 0, gtknew('Title2', label => N("Exclude list")), 1, format_list($exclude_list), + ]), + ), 0, gtknew('HButtonBox', layout => 'end', border_width => 5, spacing => 5, children_loose => [ gtknew('Button', text => N("Apply"), clicked => \&save), gtknew('Button', text => $::isEmbedded ? N("Cancel") : N("Close"), clicked => sub { save(); quit() }) |