Skip to content

gkr: ItemInfo: Chain up to parent constructor

Niels De Graef requested to merge wip/nielsdg/item-base into master

Don't construct the object using GLib.Object(), so we can re-use the code from the base constructor, which prevents for example accidentally setting a NULL label.

Related: #266 (closed)

Merge request reports