diff options
Diffstat (limited to 'rpmdrake.pm')
-rw-r--r-- | rpmdrake.pm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rpmdrake.pm b/rpmdrake.pm index 755e0aad..1f36359e 100644 --- a/rpmdrake.pm +++ b/rpmdrake.pm @@ -794,10 +794,12 @@ sub update_sources_interactive { gtkpack__( Gtk2::VBox->new(0,5), Gtk2::Label->new(N("Select the media you wish to update:")), - ( + gtknew('ScrolledWindow', height => 300, child => + gtknew('VBox', spacing => 5, children_tight => [ @buttons = map { Gtk2::CheckButton->new_with_label($_->{name}); } @media + ]) ), Gtk2::HSeparator->new, gtkpack( |