summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/export.cpp4
-rw-r--r--src/ui/dialog/export.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/dialog/export.cpp b/src/ui/dialog/export.cpp
index f28757734..060a10f63 100644
--- a/src/ui/dialog/export.cpp
+++ b/src/ui/dialog/export.cpp
@@ -351,7 +351,7 @@ void Export::setTargetDesktop(SPDesktop *desktop)
subselChangedConn = desktop->connectToolSubselectionChanged(sigc::hide(sigc::mem_fun(*this, &Export::onSelectionChanged)));
//// Must check flags, so can't call widget_setup() directly.
- selectModifiedConn = desktop->selection->connectModified(sigc::hide<0>(sigc::mem_fun(*this, &Export::onSelectioModified)));
+ selectModifiedConn = desktop->selection->connectModified(sigc::hide<0>(sigc::mem_fun(*this, &Export::onSelectionModified)));
}
//widget_setup();
}
@@ -607,7 +607,7 @@ void Export::onSelectionChanged()
updateCheckbuttons ();
}
-void Export::onSelectioModified ( guint /*flags*/ )
+void Export::onSelectionModified ( guint /*flags*/ )
{
switch (current_key) {
case SELECTION_DRAWING:
diff --git a/src/ui/dialog/export.h b/src/ui/dialog/export.h
index 348a3e0e3..51b969b5e 100644
--- a/src/ui/dialog/export.h
+++ b/src/ui/dialog/export.h
@@ -170,7 +170,7 @@ private:
* Inkscape selection change callback
*/
void onSelectionChanged ();
- void onSelectioModified (guint flags);
+ void onSelectionModified (guint flags);
/**
* Filename modified callback