Re: problem with $liststore->set
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: problem with $liststore->set
- Date: Wed, 20 Jul 2005 20:38:01 +0200
On Wed, 2005-07-20 at 20:30 +0200, Jens Luedicke wrote:
is it a known problem that something like this
$liststore->set($iter, 0, $stuff->return_value);
behaves differently than
$val = $stuff->return_value;
$liststore->set($iter, 0, $val);
!?
No, it isn't. And there shouldn't really be any difference. What
exactly were the warnings? What does $stuff->return_value return? Is
the problem reproducible? Are you sure that nothing else is causing the
warnings?
--
Bye,
-Torsten
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]