From 60fb9895cc10ace473f874b539e24ebc497fa098 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 2 Feb 2001 16:35:29 +0000 Subject: (ask_from_entries_refW): use gtkxpm --- perl-install/interactive_gtk.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/interactive_gtk.pm') diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm index 523d5302c..88b5a0999 100644 --- a/perl-install/interactive_gtk.pm +++ b/perl-install/interactive_gtk.pm @@ -262,7 +262,7 @@ sub ask_from_entries_refW { gtkdestroy($e->{icon}); my $f = $e->{icon2f}->($_[0]); $e->{icon} = -e $f ? - new Gtk::Pixmap(gtkcreate_xpm($mainw->{window}, $f)) : + gtkxpm($mainw->{window}, $f) : new Gtk::Label(may_apply($e->{format}, $_[0])); $w->add($e->{icon}); $e->{icon}->show; @@ -329,7 +329,7 @@ sub ask_from_entries_refW { { e => $e, w => $w, real_w => $real_w || $w, expand => $expand, get => $get || sub { ${$e->{val}} }, set => $set || sub {}, - icon_w => -e $e->{icon} ? new Gtk::Pixmap(gtkcreate_xpm($mainw->{window}, $e->{icon})) : '' }; + icon_w => -e $e->{icon} ? gtkxpm($mainw->{window}, $e->{icon}) : '' }; }; @widgets_always = map_index { $create_widget->($_, $::i ) } @$l; @widgets_advanced = map_index { $create_widget->($_, $::i + @$l) } @$l2; -- cgit v1.2.1