diff options
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 33ddae6fe..2ed26ac34 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -333,6 +333,7 @@ sub reallyChooseGroups { #- 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) } ugtk2::gtkadd($w->{window}, + gtknew('ScrolledWindow', child => gtknew('VBox', children => [ 1, $o->{gtk_display_compssUsers}->($entry), 1, '', @@ -347,6 +348,7 @@ sub reallyChooseGroups { gtknew('Button', text => N("Next"), clicked => sub { Gtk2->main_quit }), ]), ]), + ) ); $w->main; 1; |