Package: perl-tk
Version: 1:804.028-1+b1
Severity: important
Tags: patch

File selection dialog box does not return when pressing the "open" button.

Perl error message:

XS_Tk__Callback_Call error:Failed to AUTOLOAD 'Tk::FBox::_get_select_Path' at
script.pl line 123

Tk::Error: Failed to AUTOLOAD 'Tk::FBox::_get_select_Path' at
script.pl line 123
 Carp::croak at /usr/share/perl/5.10/Carp.pm line 44
 Tk::Widget::__ANON__ at /usr/lib/perl5/Tk/Widget.pm line 347
 Tk::FBox::Done at /usr/lib/perl5/Tk/FBox.pm line 909
 Tk::FBox::VerifyFileName at /usr/lib/perl5/Tk/FBox.pm line 678
 Tk::FBox::ActivateEnt at /usr/lib/perl5/Tk/FBox.pm line 647
 Tk::FBox::OkCmd at /usr/lib/perl5/Tk/FBox.pm line 815
 Tk::Widget::Callback at /usr/lib/perl5/Tk/Widget.pm line 1149
 Tk::IconList::Invoke at /usr/lib/perl5/Tk/IconList.pm line 475
 Tk::IconList::Double1 at /usr/lib/perl5/Tk/IconList.pm line 579
 <Double-ButtonRelease-1>
 (command bound to event)

Perl code: function call $var->getOpenFile(...

Cause: There is a typo in /usr/lib/perl5/Tk/FBox.pm line 909.

push @$selectFilePath, JoinFile($w->_get_select_Path, $f);

The function call _get_select_Path should be changed to _get_select_path

System Information: Debian Lenny







-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to