summaryrefslogtreecommitdiffstats
path: root/perl-install
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2016-07-12 02:03:55 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2016-07-12 02:03:55 +0200
commitc0d5615fd3e1f76304cd2b53e6625a7b7f94e602 (patch)
treecb546a9777c77dbfaa53b73cf6681e11efc1c061 /perl-install
parent6d7b3b2665e292e2decdab8cca76406926d0ad04 (diff)
downloaddrakx-c0d5615fd3e1f76304cd2b53e6625a7b7f94e602.tar
drakx-c0d5615fd3e1f76304cd2b53e6625a7b7f94e602.tar.gz
drakx-c0d5615fd3e1f76304cd2b53e6625a7b7f94e602.tar.bz2
drakx-c0d5615fd3e1f76304cd2b53e6625a7b7f94e602.tar.xz
drakx-c0d5615fd3e1f76304cd2b53e6625a7b7f94e602.zip
RAID: allow to toggle to expert mode (mga#5804)
Diffstat (limited to 'perl-install')
-rw-r--r--perl-install/diskdrake/hd_gtk.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/perl-install/diskdrake/hd_gtk.pm b/perl-install/diskdrake/hd_gtk.pm
index 985d99b71..6c7542862 100644
--- a/perl-install/diskdrake/hd_gtk.pm
+++ b/perl-install/diskdrake/hd_gtk.pm
@@ -231,9 +231,7 @@ sub per_kind_action_box {
my ($box, $kind) = @_;
$_->destroy foreach $box->get_children;
- $kind->{type} =~ /hd|lvm/ or return;
-
- my @actions = (diskdrake::interactive::hd_possible_actions_base($in),
+ my @actions = (if_($kind->{type} =~ /hd|lvm/, diskdrake::interactive::hd_possible_actions_base($in)),
diskdrake::interactive::hd_possible_actions_extra($in));
foreach my $s (@actions) {
gtkadd($box,
* Downgrade one versionWilly Sudiarto Raharjo2005-03-141-3127/+3598 | * updatedWilly Sudiarto Raharjo2005-03-141-3596/+3125 | * fix netmask string..Per Øyvind Karlsen2005-03-141-2/+2 | * *** empty log message ***Dovix2005-03-131-14/+4 | * UpdatedWilly Sudiarto Raharjo2005-03-131-403/+488 | * Updates to Czech translationsMichal Bukovjan2005-03-131-197/+104 | * Updated Dutch (nl) translationReinout van Schouwen2005-03-131-24/+38 | | | | | | by Reinout van Schouwen <reinout@cs.vu.nl> * DrakX * UpdatesKeld Simonsen2005-03-121-182/+103 | | | | | soft/control-center/po/da.po gi/perl-install/share/po/da.po * s/Netmask address/Netmask/. typo fixFunda Wang2005-03-1268-68/+68 | * Updated Simplified Chinese translationFunda Wang2005-03-121-12/+36 | * jorgeJosé Jorge2005-03-121-199/+116 | * updated Vietnamese file; corrected syntax error in Chinese filePablo Saratxaga2005-03-122-25/+27 | * Updated Simplified Chinese translationFunda Wang2005-03-121-99/+85 | * *** empty log message ***Arpad Biro2005-03-111-198/+112 | * Updated translation.Marek Laane2005-03-111-31/+24 | * updated pot filePablo Saratxaga2005-03-1119-604/+414 | * updated pot filePablo Saratxaga2005-03-1115-762/+643 | * updated pot filePablo Saratxaga2005-03-1112-548/+435 | * updated pot filePablo Saratxaga2005-03-1119-388/+291 | * updated pot filePablo Saratxaga2005-03-1112-545/+308 | * fix translationsThierry Vignaud2005-03-1113-113/+113 | * *** empty log message ***Dovix2005-03-111-21/+18 | * grf, translate last minute stringsPer Øyvind Karlsen2005-03-111-185/+105 | * Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2005-03-101-181/+137 | * fix kde mergeThierry Vignaud2005-03-1068-196/+196 | * further merge with KDEThierry Vignaud2005-03-1068-117/+116 | * updateThierry Vignaud2005-03-102-30/+28 | * remove duplicated stringThierry Vignaud2005-03-10