problem with $liststore->set



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hiya...

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);

!?

I just had a problem with the first case. The liststore complained and
returned a warning. The value being defined in both cases.

Jens

- --
Jens Luedicke
web: http://perldude.de

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFC3phEiCvkc4H0gTERAsLmAJ0T9R0Y4+Z5DRmb2Yp4z9QHmm+fvQCeOupV
gSlK8gCxQjwj3Fln87Uv8yQ=
=fpAf
-----END PGP SIGNATURE-----



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]