Re: Strange bug with $dialog->vbox

2006-01-20 Thread muppet
On Jan 20, 2006, at 4:12 AM, Jaap Karssenberg wrote: I got a strange bug report for my application which I think might be a problem with gtk and/or gtk-perl. All input is welcome. [...] The error is at the last line which dies with: Can't call method "add" on unblessed reference at ... [..

Strange bug with $dialog->vbox

2006-01-20 Thread Jaap Karssenberg
Hi, I got a strange bug report for my application which I think might be a problem with gtk and/or gtk-perl. All input is welcome. The code snippet where it goes wrong is: my $dialog = Gtk2::Dialog->new( $title, undef, [qw/modal destroy-with-parent no-separator/]