Backport: fix from sergio
commit1553c0b79b0d2972adc53c058fa890e15cb397fd
authorMontel Laurent <montel@kde.org>
Mon, 15 Feb 2016 05:56:16 +0000 (15 06:56 +0100)
committerMontel Laurent <montel@kde.org>
Mon, 15 Feb 2016 05:56:16 +0000 (15 06:56 +0100)
treedc42b3634df004733378ab26cb6d74e84e1291b0
parent07652c9ce0971dcb4d234021493c47bdc2d58408
Backport: fix from sergio

kaddressbook: Fix checking new collections when they are created.

This wasn't working properly for collections with children.
When a new row+children is inserted we only get the row insertion
signal for the parent, not for the children, which must me iterated manually.
kaddressbook/mainwidget.cpp