diff options
-rw-r--r-- | perl-install/install_steps_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_gtk.pm b/perl-install/install_steps_gtk.pm index c72da9270..91eb93d91 100644 --- a/perl-install/install_steps_gtk.pm +++ b/perl-install/install_steps_gtk.pm @@ -464,7 +464,7 @@ sub installPackages { }); ugtk2::gtkadd($w->{window}, my $box = gtknew('VBox', children_tight => [ - gtknew('Image', file_ref => \$advertising_image, show_ref => \$show_advertising), + gtknew('Image_using_pixmap', file_ref => \$advertising_image, show_ref => \$show_advertising), ])); $box->pack_end(gtkshow(gtknew('VBox', border_width => 7, spacing => 3, children_loose => [ |