From ad33db6e13cd1aab4b26a4a4732607899323cadd Mon Sep 17 00:00:00 2001 From: Kris De Gussem Date: Sat, 14 Apr 2012 16:10:45 +0200 Subject: export dialog: type fix (bzr r11246) --- src/ui/dialog/export.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui/dialog/export.cpp') 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: -- cgit v1.2.3