summaryrefslogtreecommitdiffstats
path: root/src/sp-root.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp-root.cpp')
-rw-r--r--src/sp-root.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-root.cpp b/src/sp-root.cpp
index bd935074d..72c0b6de9 100644
--- a/src/sp-root.cpp
+++ b/src/sp-root.cpp
@@ -566,7 +566,7 @@ sp_root_modified(SPObject *object, guint flags)
/* fixme: (Lauris) */
if (!object->parent && (flags & SP_OBJECT_VIEWPORT_MODIFIED_FLAG)) {
- sp_document_resized_signal_emit (SP_OBJECT_DOCUMENT(root), root->width.computed, root->height.computed);
+ SP_OBJECT_DOCUMENT(root)->resized_signal_emit (root->width.computed, root->height.computed);
}
}