diff options
Diffstat (limited to 'src/sp-item-group.cpp')
| -rw-r--r-- | src/sp-item-group.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-item-group.cpp b/src/sp-item-group.cpp index a95b347cf..cc617c9c4 100644 --- a/src/sp-item-group.cpp +++ b/src/sp-item-group.cpp @@ -217,7 +217,7 @@ void CGroup::update(SPCtx *ctx, unsigned int flags) { child->updateDisplay(ctx, flags); } } - g_object_unref (G_OBJECT (child)); + sp_object_unref(child); } } @@ -244,7 +244,7 @@ void CGroup::modified(guint flags) { if (flags || (child->mflags & (SP_OBJECT_MODIFIED_FLAG | SP_OBJECT_CHILD_MODIFIED_FLAG))) { child->emitModified(flags); } - g_object_unref (G_OBJECT (child)); + sp_object_unref(child); } } |
