From 0d20a8090e7a402ae33b08e8a1e62ca176166b03 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 7 Nov 2013 18:16:29 +0100 Subject: stop using Image_using_pixmap cairo as used by gtk+ does a better job those days anyway... --- perl-install/install/steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index c55324f84..f526f0d74 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -589,7 +589,7 @@ sub installPackages { clicked => sub { $show_release_notes = 1 }); ugtk3::gtkadd($w->{window}, my $box = gtknew('VBox', children_tight => [ - gtknew('Image_using_pixmap', file_ref => \$advertising_image, show_ref => \$show_advertising), + gtknew('Image', file_ref => \$advertising_image, show_ref => \$show_advertising), ])); $box->pack_end(gtkshow(gtknew('VBox', border_width => 7, spacing => 3, children_loose => [ -- cgit v1.2.1