From 13577cba5c2ecf05b7cc6dce9191fba9021aa9c9 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 13 Aug 2008 09:08:43 +0000 Subject: (per_entry_action_box) remove now useless frame --- perl-install/diskdrake/hd_gtk.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/diskdrake') diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 5ba454b73..2d2162b17 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -195,8 +195,7 @@ sub per_entry_action_box { $w; } diskdrake::interactive::part_possible_actions($in, kind2hd($kind), $entry, $all_hds); - gtkadd($box, gtkadd(Gtk2::Frame->new(), - create_scrolled_window(gtkpack__(Gtk2::VBox->new(), @buttons)))) if @buttons; + gtkadd($box, create_scrolled_window(gtkpack__(Gtk2::VBox->new(), @buttons))) if @buttons; } else { my $txt = !$::isStandalone && fsedit::is_one_big_fat_or_NT($all_hds->{hds}) ? N("You have one big Microsoft Windows partition. -- cgit v1.2.1