summaryrefslogtreecommitdiffstats
path: root/perl-install/interactive.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-02-20 14:53:09 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-02-20 14:53:09 +0000
commitc5159a7ccd7fdec39654fb574652dc27fd950c76 (patch)
treef077353d8e358a8c71bbfda3fb3ceaadb6baca8c /perl-install/interactive.pm
parent120e94af912fc1666b7afbfda7ee055bb3e7f0fa (diff)
downloaddrakx-backup-do-not-use-c5159a7ccd7fdec39654fb574652dc27fd950c76.tar
drakx-backup-do-not-use-c5159a7ccd7fdec39654fb574652dc27fd950c76.tar.gz
drakx-backup-do-not-use-c5159a7ccd7fdec39654fb574652dc27fd950c76.tar.bz2
drakx-backup-do-not-use-c5159a7ccd7fdec39654fb574652dc27fd950c76.tar.xz
drakx-backup-do-not-use-c5159a7ccd7fdec39654fb574652dc27fd950c76.zip
Gtk2::Label::set is deprecated
Diffstat (limited to 'perl-install/interactive.pm')
-rw-r--r--perl-install/interactive.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/interactive.pm b/perl-install/interactive.pm
index b06ebdee2..503269535 100644
--- a/perl-install/interactive.pm
+++ b/perl-install/interactive.pm
@@ -437,8 +437,8 @@ sub wait_message {
push @tempory::objects, $w if $temp;
my $b = before_leaving { $o->wait_message_endW($w) };
- #- enable access through set
- MDK::Common::Func::add_f4before_leaving(sub { $o->wait_message_nextW([ deref($_[1]) ], $w) }, $b, 'set');
+ #- enable access through set_label
+ MDK::Common::Func::add_f4before_leaving(sub { $o->wait_message_nextW([ deref($_[1]) ], $w) }, $b, 'set_label');
$b;
}