From 3aa12f5c391d78893e12aaf6c90b66e2301509b5 Mon Sep 17 00:00:00 2001 From: damien Date: Mon, 18 Mar 2002 17:20:13 +0000 Subject: corrected create_xpm API --- perl-install/install_gtk.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/install_gtk.pm') diff --git a/perl-install/install_gtk.pm b/perl-install/install_gtk.pm index 0a9d22efa..a30298158 100644 --- a/perl-install/install_gtk.pm +++ b/perl-install/install_gtk.pm @@ -139,7 +139,7 @@ sub create_steps_window { my $darea = new Gtk::DrawingArea; my $in_button; my $draw_pix = sub { - my ($map, $mask) = gtkcreate_xpm($darea, $_[0]); + my ($map, $mask) = gtkcreate_xpm($_[0]); $darea->window->draw_pixmap ($darea->style->bg_gc('normal'), $map, 0, 0, ($darea->allocation->[2]-$PIX_W)/2 + 3, -- cgit v1.2.1