From 3c4a6d6f59f5c71070bbce13d46ca744d7079e7e Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Mon, 5 Sep 2005 17:03:11 +0000 Subject: use Image_using_pixmap to display adverstising (nicer rendering on 16bpp displays) --- perl-install/install_steps_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') 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 => [ -- cgit v1.2.1