RE: [Fxruby-users] Error: FXRbGetRubyObj(this=0x084e7fb8) returns non-Qnil
Status: Inactive
Brought to you by:
lyle
From: Daniel S. <da...@pr...> - 2004-03-15 04:26:04
|
If you move this code: pim.main.tree.connect(SEL_COMMAND) do |sender,sel,ptr| =20 pim.main.show_notes(ptr.notes) end Up into the creation of the tree =20 @tree =3D TopicTree.new(@left,"exper/data") =20 @tree.connect(SEL_COMMAND) do |sender,sel,ptr| =20 pim.main.show_notes(ptr.notes) =20 end =20 @tree.expand And the segfault goes away. Don't ask me why. #########################################################################= ############ This email has been scanned by MailMarshal, an email content filter. #########################################################################= ############ |