summaryrefslogtreecommitdiffstats
path: root/perl-install/install/steps_gtk.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2013-11-07 18:16:29 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2013-11-24 23:28:15 +0100
commit0d20a8090e7a402ae33b08e8a1e62ca176166b03 (patch)
treeea37d3152ddef8bf6129fe83d3b4bebe92973714 /perl-install/install/steps_gtk.pm
parent1d49d7856a207155478d268466e167b0e41d1de9 (diff)
downloaddrakx-0d20a8090e7a402ae33b08e8a1e62ca176166b03.tar
drakx-0d20a8090e7a402ae33b08e8a1e62ca176166b03.tar.gz
drakx-0d20a8090e7a402ae33b08e8a1e62ca176166b03.tar.bz2
drakx-0d20a8090e7a402ae33b08e8a1e62ca176166b03.tar.xz
drakx-0d20a8090e7a402ae33b08e8a1e62ca176166b03.zip
stop using Image_using_pixmap
cairo as used by gtk+ does a better job those days anyway...
Diffstat (limited to 'perl-install/install/steps_gtk.pm')
-rw-r--r--perl-install/install/steps_gtk.pm2
1 files changed, 1 insertions, 1 deletions
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 => [