summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/text-tool.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-03-10 04:56:26 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-03-10 04:56:26 +0000
commit52cfa8cc5f3dedcba9e00b3cb7b800f3d5473136 (patch)
tree51cf4ffaddd82e734ee5766c22b51a664749cce7 /src/ui/tools/text-tool.cpp
parentUpdate to Vinipsmaker changes (diff)
parentRemove unused includes to tidy up the code. (diff)
downloadinkscape-52cfa8cc5f3dedcba9e00b3cb7b800f3d5473136.tar.gz
inkscape-52cfa8cc5f3dedcba9e00b3cb7b800f3d5473136.zip
update to trunk
(bzr r11950.1.289)
Diffstat (limited to 'src/ui/tools/text-tool.cpp')
-rw-r--r--src/ui/tools/text-tool.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/tools/text-tool.cpp b/src/ui/tools/text-tool.cpp
index bf37937c4..ac830fe6b 100644
--- a/src/ui/tools/text-tool.cpp
+++ b/src/ui/tools/text-tool.cpp
@@ -180,10 +180,10 @@ void TextTool::setup() {
this->shape_editor->set_item(item, SH_KNOTHOLDER);
}
- this->sel_changed_connection = sp_desktop_selection(desktop)->connectChanged(
+ this->sel_changed_connection = sp_desktop_selection(desktop)->connectChangedFirst(
sigc::mem_fun(*this, &TextTool::_selectionChanged)
);
- this->sel_modified_connection = sp_desktop_selection(desktop)->connectModified(
+ this->sel_modified_connection = sp_desktop_selection(desktop)->connectModifiedFirst(
sigc::mem_fun(*this, &TextTool::_selectionModified)
);
this->style_set_connection = desktop->connectSetStyle(