summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive_gtk.pm
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2000-09-06 15:17:20 +0000
committerdamien <damien@mandriva.com>2000-09-06 15:17:20 +0000
commita969c926bdaedfef55b2927d9e71fb9ab8ee2abd (patch)
tree47cd53939a8f07884ced429d6d657ca5d31af14f /perl-install/interactive_gtk.pm
parentd60215ea271cf171dd6292529a4c459e9148d883 (diff)
downloaddrakx-backup-do-not-use-a969c926bdaedfef55b2927d9e71fb9ab8ee2abd.tar
drakx-backup-do-not-use-a969c926bdaedfef55b2927d9e71fb9ab8ee2abd.tar.gz
drakx-backup-do-not-use-a969c926bdaedfef55b2927d9e71fb9ab8ee2abd.tar.bz2
drakx-backup-do-not-use-a969c926bdaedfef55b2927d9e71fb9ab8ee2abd.tar.xz
drakx-backup-do-not-use-a969c926bdaedfef55b2927d9e71fb9ab8ee2abd.zip
updated
Diffstat (limited to 'perl-install/interactive_gtk.pm')
-rw-r--r--perl-install/interactive_gtk.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/interactive_gtk.pm b/perl-install/interactive_gtk.pm
index 2e9e763ad..5206ecf2c 100644
--- a/perl-install/interactive_gtk.pm
+++ b/perl-install/interactive_gtk.pm
@@ -181,7 +181,7 @@ sub ask_from_entries_refW {
my ($i, $button) = @_;
gtkdestroy($i->{icon});
my $f = $i->{icon2f}->(${$i->{val}});
- $i->{icon} = -e $f ?
+ $i->{icon} = -e $f ?
new Gtk::Pixmap(gtkcreate_xpm($w->{window}, $f)) :
new Gtk::Label(translate(${$i->{val}}));
$button->add($i->{icon});