logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Bug in CellRenderText?: msg#00322

Subject: Bug in CellRenderText?
Hello,

when running the following: 

===snip===
$renderer = Gtk2::CellRendererText->new;
$column = Gtk2::TreeViewColumn->new_with_attributes ("Kommentar",
$renderer, text => 4);
print Dumper($renderer->get_property('attributes')); # Line 209
$treeview->append_column ($column);
===snap===

I get the following error:

NULL pointer made it into gperl_new_boxed at ./gallery.pl line 209.

It isn't perl'isch to do that ... ;-)

Mfg

Matthias
-- 
Matthias Bläsing                    Ghandi: Zuerst ignorieren sie dich,
ICQ: 84617206                               dann belächeln sie dich,
MSN: linuxfun@xxxxxxxxxxx                   dann bekämpfen sie dich,
AIM: linuxfun81                             dann gewinnst du.
Jabber: linuxfun@xxxxxxxxxxx                (Microsoft ist in der 3. Phase)


<Prev in Thread] Current Thread [Next in Thread>