After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 547909 - NodeTree::find_child does not work
NodeTree::find_child does not work
Status: RESOLVED FIXED
Product: glibmm
Classification: Bindings
Component: general
2.17.x
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2008-08-15 13:47 UTC by Szilárd Pfeiffer
Modified: 2008-08-18 11:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
possible solution of problem mentioned in comment 0 (1.10 KB, patch)
2008-08-15 13:54 UTC, Szilárd Pfeiffer
none Details | Review

Description Szilárd Pfeiffer 2008-08-15 13:47:03 UTC
Function always returns with 0.
Comment 1 Szilárd Pfeiffer 2008-08-15 13:54:24 UTC
Created attachment 116665 [details] [review]
possible solution of problem mentioned in comment 0

ChangeLog:

2008-08-15  Szilárd Pfeiffer  <szilard.pfeiffer@gmail.com>

    * glib/src/nodetree.hg: Fixed pointer handling problem in find_child.
    Bug #547909.
Comment 2 Murray Cumming 2008-08-18 08:52:03 UTC
Could you explain more what is happening here, please.
Comment 3 Szilárd Pfeiffer 2008-08-18 10:50:38 UTC
(In reply to comment #2)
> Could you explain more what is happening here, please.
> 

The same as in case of the function find(). You must bind the address of GNode* if you want to change it the slot.
Comment 4 Murray Cumming 2008-08-18 11:27:36 UTC
Committed. Thanks.