Skip Menu |

This queue is for tickets about the Prima CPAN distribution.

Report information
The Basics
Id: 6032
Status: resolved
Priority: 0/
Queue: Prima

People
Owner: Nobody in particular
Requestors: bbbob101 [...] excite.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.14
Fixed in: (no value)



Subject: StdDlg error: Can't call method "profile_default"
on any call like: my $sf = Prima::save_file-> create( .... I get an error like: Can't call method "profile_default" on an undefined value at E:/Perl/site/lib/Prima/StdDlg.pm line 120. Looks like that line is in routine sub save_file: my %a = %{$openFileDlg-> profile_default}; SHOULD BE (I think, trying to call open in a save routine): my %a = %{$saveFileDlg-> profile_default}; That seems to fix...
Thanks, that fixes it. Committed, will be in 1.15.