summaryrefslogtreecommitdiffstats
path: root/drakpxelinux.pl
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-08-29 21:31:35 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-08-29 21:31:35 +0000
commitb874229bdc326444ce1ee5b7abc496fd54cb679e (patch)
treee21a044f3403ecb461ab9c94ca20266d00dc2f28 /drakpxelinux.pl
parent9e6c4fff82e4bc33853d2587418f98eee9362980 (diff)
downloaddrakpxelinux-b874229bdc326444ce1ee5b7abc496fd54cb679e.tar
drakpxelinux-b874229bdc326444ce1ee5b7abc496fd54cb679e.tar.gz
drakpxelinux-b874229bdc326444ce1ee5b7abc496fd54cb679e.tar.bz2
drakpxelinux-b874229bdc326444ce1ee5b7abc496fd54cb679e.tar.xz
drakpxelinux-b874229bdc326444ce1ee5b7abc496fd54cb679e.zip
remove edit button
Diffstat (limited to 'drakpxelinux.pl')
-rw-r--r--drakpxelinux.pl8
1 files changed, 1 insertions, 7 deletions
diff --git a/drakpxelinux.pl b/drakpxelinux.pl
index 5ca0ed2..688b52b 100644
--- a/drakpxelinux.pl
+++ b/drakpxelinux.pl
@@ -997,7 +997,7 @@ gtkpack($w->{window},
1, gtknew('ScrolledWindow', width => 500, height => 300, child => $treeview),
0, gtknew('VBox', children => [
0, gtknew('Label', text => N("Profiles list")),
- 0, gtknew('ScrolledWindow', height => 170, child => $profiles),
+ 0, gtknew('ScrolledWindow', height => 260, child => $profiles),
0, gtknew('VButtonBox', layout => 'start', children_loose => [
gtksignal_connect(gtknew('Button', text => N("Add profile")), clicked => \&add_profile),
gtksignal_connect(gtknew('Button', text => N("Clone profile")), clicked => sub {
@@ -1009,12 +1009,6 @@ gtkpack($w->{window},
refresh_profiles();
}),
]),
- 0, gtknew('HSeparator'),
- 0, gtknew('VButtonBox', layout => 'start', children_loose => [
- gtksignal_connect(gtknew('Button', text => N("Edit boot settings")), clicked => sub {
- run_program::raw({ detach => 1 }, 'drakpxelinux', '--type=boot', '--profile=' . $profiles->{data}[$_][0]) foreach $profiles->get_selected_indices;
- }),
- ]),
]),
]
),