summaryrefslogtreecommitdiffstats
path: root/src/selection.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-02-02 20:08:49 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-02-02 20:08:49 +0000
commit1d3b98e5f5311479cd87f20e3656b0133bff73bd (patch)
tree95eea2fcac18f236b31053e4d1493aa644760df0 /src/selection.cpp
parentupdate to trunk (diff)
parentTranslations. Arabic translation update. (diff)
downloadinkscape-1d3b98e5f5311479cd87f20e3656b0133bff73bd.tar.gz
inkscape-1d3b98e5f5311479cd87f20e3656b0133bff73bd.zip
update to trunk
(bzr r13645.1.4)
Diffstat (limited to 'src/selection.cpp')
-rw-r--r--src/selection.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/selection.cpp b/src/selection.cpp
index 17b7253f2..81139d044 100644
--- a/src/selection.cpp
+++ b/src/selection.cpp
@@ -20,7 +20,7 @@
# include <config.h>
#endif
#include "macros.h"
-#include "inkscape-private.h"
+#include "inkscape.h"
#include "document.h"
#include "layer-model.h"
#include "selection.h"
@@ -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);
}