mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
small fix to g_node_children_foreach to make it work right. From Paco Moya
<paco@cadnotebk17.eecs.berkeley.edu> -Yosh
This commit is contained in:
parent
daf46f9550
commit
36ab196523
@ -1,3 +1,8 @@
|
||||
Sat Oct 24 22:23:04 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gnode.c: small fix to g_node_children_foreach to make it work right.
|
||||
From Paco Moya <paco@cadnotebk17.eecs.berkeley.edu>
|
||||
|
||||
Wed Oct 21 19:22:58 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in (G_MODULE_HAVE_DLERROR): reverted part of the changes
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Oct 24 22:23:04 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gnode.c: small fix to g_node_children_foreach to make it work right.
|
||||
From Paco Moya <paco@cadnotebk17.eecs.berkeley.edu>
|
||||
|
||||
Wed Oct 21 19:22:58 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in (G_MODULE_HAVE_DLERROR): reverted part of the changes
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Oct 24 22:23:04 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gnode.c: small fix to g_node_children_foreach to make it work right.
|
||||
From Paco Moya <paco@cadnotebk17.eecs.berkeley.edu>
|
||||
|
||||
Wed Oct 21 19:22:58 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in (G_MODULE_HAVE_DLERROR): reverted part of the changes
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Oct 24 22:23:04 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gnode.c: small fix to g_node_children_foreach to make it work right.
|
||||
From Paco Moya <paco@cadnotebk17.eecs.berkeley.edu>
|
||||
|
||||
Wed Oct 21 19:22:58 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in (G_MODULE_HAVE_DLERROR): reverted part of the changes
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Oct 24 22:23:04 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gnode.c: small fix to g_node_children_foreach to make it work right.
|
||||
From Paco Moya <paco@cadnotebk17.eecs.berkeley.edu>
|
||||
|
||||
Wed Oct 21 19:22:58 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in (G_MODULE_HAVE_DLERROR): reverted part of the changes
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Oct 24 22:23:04 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gnode.c: small fix to g_node_children_foreach to make it work right.
|
||||
From Paco Moya <paco@cadnotebk17.eecs.berkeley.edu>
|
||||
|
||||
Wed Oct 21 19:22:58 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in (G_MODULE_HAVE_DLERROR): reverted part of the changes
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Oct 24 22:23:04 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gnode.c: small fix to g_node_children_foreach to make it work right.
|
||||
From Paco Moya <paco@cadnotebk17.eecs.berkeley.edu>
|
||||
|
||||
Wed Oct 21 19:22:58 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in (G_MODULE_HAVE_DLERROR): reverted part of the changes
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sat Oct 24 22:23:04 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* gnode.c: small fix to g_node_children_foreach to make it work right.
|
||||
From Paco Moya <paco@cadnotebk17.eecs.berkeley.edu>
|
||||
|
||||
Wed Oct 21 19:22:58 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* configure.in (G_MODULE_HAVE_DLERROR): reverted part of the changes
|
||||
|
@ -875,7 +875,7 @@ g_node_children_foreach (GNode *node,
|
||||
|
||||
current = node;
|
||||
node = current->next;
|
||||
if (G_NODE_IS_LEAF (node))
|
||||
if (G_NODE_IS_LEAF (current))
|
||||
{
|
||||
if (flags & G_TRAVERSE_LEAFS)
|
||||
func (current, data);
|
||||
|
Loading…
Reference in New Issue
Block a user