summaryrefslogtreecommitdiffstats
path: root/perl-install/install_gtk.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_gtk.pm')
-rw-r--r--perl-install/install_gtk.pm2
1 files changed, 1 insertions, 1 deletions
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,