From 3c2e03fa5c1f013f06c6134d5cb7244c94994936 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 21 Jun 2013 09:41:03 -0400 Subject: extended_g_node_insert_before: Small correction. --- mail/message-list.c | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/message-list.c b/mail/message-list.c index 303eafc701..898b1c4af4 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -415,6 +415,7 @@ extended_g_node_insert_before (GNode *parent, /* This is where tracking the last child pays off. */ if (sibling == NULL && ext_parent->last_child != NULL) { + node->parent = parent; node->prev = ext_parent->last_child; ext_parent->last_child->next = node; } else { -- cgit v1.2.3