diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-08-13 09:07:06 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-08-13 09:07:06 +0000 |
commit | 06e7256bec34322b2fe7ace57cac7fdc9a5b4d92 (patch) | |
tree | c150387d937f0b376bd80c9369f044ef35fec984 | |
parent | f3fadcffd7aba8c25fc20ff0a27a1b03a7b9e50a (diff) | |
download | drakx-06e7256bec34322b2fe7ace57cac7fdc9a5b4d92.tar drakx-06e7256bec34322b2fe7ace57cac7fdc9a5b4d92.tar.gz drakx-06e7256bec34322b2fe7ace57cac7fdc9a5b4d92.tar.bz2 drakx-06e7256bec34322b2fe7ace57cac7fdc9a5b4d92.tar.xz drakx-06e7256bec34322b2fe7ace57cac7fdc9a5b4d92.zip |
(main,add_kind2notebook) move the filesystem type bar below the list of
partitions
-rw-r--r-- | perl-install/diskdrake/hd_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm index 4a56371b6..a6fe58c8a 100644 --- a/perl-install/diskdrake/hd_gtk.pm +++ b/perl-install/diskdrake/hd_gtk.pm @@ -64,7 +64,6 @@ sub main { gtkadd($w->{window}, gtkpack_(Gtk2::VBox->new(0,7), 0, N("Choose action"), - 0, filesystems_button_box(), 1, (my $notebook_widget = Gtk2::Notebook->new), 0, (my $per_kind_action_box = Gtk2::HBox->new(0,0)), 0, (my $general_action_box = Gtk2::HBox->new(0,0)), @@ -136,6 +135,7 @@ sub add_kind2notebook { $kind->{main_box} = gtkpack_(Gtk2::VBox->new(0,7), 0, $kind->{display_box}, + 0, filesystems_button_box(), 1, gtkpack_(Gtk2::HBox->new(0,7), 0, $kind->{action_box}, 1, $kind->{info_box})); |