summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_gtk.pm
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-09-16 07:56:07 +0000
committerRafael Garcia-Suarez <rgarciasuarez@mandriva.org>2004-09-16 07:56:07 +0000
commit888d12be116a411b458120463c124dca65dd6b31 (patch)
treef75df10f676e2d711a430c5a7c931be499a9eda2 /perl-install/install_steps_gtk.pm
parente0ef120d499d4dcce9c842564a6e31cc46d796c9 (diff)
downloaddrakx-backup-do-not-use-888d12be116a411b458120463c124dca65dd6b31.tar
drakx-backup-do-not-use-888d12be116a411b458120463c124dca65dd6b31.tar.gz
drakx-backup-do-not-use-888d12be116a411b458120463c124dca65dd6b31.tar.bz2
drakx-backup-do-not-use-888d12be116a411b458120463c124dca65dd6b31.tar.xz
drakx-backup-do-not-use-888d12be116a411b458120463c124dca65dd6b31.zip
Kludgy fix for bug 11558 : sometimes when restarting the installer at the
step where partitions are read, it'll be needed to reaload the rpmsrate and compssUsers.pl to avoid a crash a bit later.
Diffstat (limited to 'perl-install/install_steps_gtk.pm')
-rw-r--r--perl-install/install_steps_gtk.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm
index c1c9f33ba..7e826c514 100644
--- a/perl-install/install_steps_gtk.pm
+++ b/perl-install/install_steps_gtk.pm
@@ -229,6 +229,8 @@ sub reallyChooseGroups {
gtkset_tip($tips, $check, $help);
$check;
};
+ #- when restarting this step, it might be necessary to reload the compssUsers.pl (bug 11558). kludgy.
+ if (!ref $o->{gtk_display_compssUsers}) { install_any::load_rate_files($o) }
gtkadd($w->{window},
gtkpack_($w->create_box_with_title(N("Package Group Selection")),
1, $o->{gtk_display_compssUsers}->($entry),