summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp
diff options
context:
space:
mode:
authorLiam P. White <inkscapebrony@gmail.com>2014-06-25 15:32:51 +0000
committerLiam P. White <inkscapebrony@gmail.com>2014-06-25 15:32:51 +0000
commit69ae98cb453849c6d32a1c7ea8bc057fb13deea3 (patch)
tree6defcecd267d9757d9667367541d00d07c2a5e40 /src/selection.cpp
parentfix bug introduced in rev. 13403 (merge with trunk) (diff)
downloadinkscape-69ae98cb453849c6d32a1c7ea8bc057fb13deea3.tar.gz
inkscape-69ae98cb453849c6d32a1c7ea8bc057fb13deea3.zip
1. make it compile
(bzr r13341.5.1)
Diffstat (limited to '')
-rw-r--r--src/selection.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selection.cpp b/src/selection.cpp
index 17b7253f2..b1fa4b32d 100644
--- a/src/selection.cpp
+++ b/src/selection.cpp
@@ -89,7 +89,7 @@ Selection::_emit_modified(Selection *selection)
}
void Selection::_emitModified(guint flags) {
- inkscape_selection_modified(this, flags);
+ INKSCAPE->selection_modified(this, flags);
_modified_signal.emit(this, flags);
}
@@ -104,7 +104,7 @@ void Selection::_emitChanged(bool persist_selection_context/* = false */) {
_releaseContext(_selection_context);
}
- inkscape_selection_changed(this);
+ INKSCAPE->selection_changed(this);
_changed_signal.emit(this);
}