Git commit cb5fa04ee8686c00e2ae2c78c48b8e63070da21c by Jasem Mutlaq. Committed on 31/08/2015 at 21:58. Pushed by mutlaqja into branch 'gsoc2015-ekos'. Use updated function names from capture module M +1 -1 kstars/ekos/ekosmanager.cpp http://commits.kde.org/kstars/cb5fa04ee8686c00e2ae2c78c48b8e63070da21c diff --git a/kstars/ekos/ekosmanager.cpp b/kstars/ekos/ekosmanager.cpp index 1b8994e..26e3821 100644 --- a/kstars/ekos/ekosmanager.cpp +++ b/kstars/ekos/ekosmanager.cpp @@ -2145,7 +2145,7 @@ void EkosManager::initGuide() // Dithering connect(guideProcess, SIGNAL(autoGuidingToggled(bool,bool)), captu= reProcess, SLOT(setAutoguiding(bool,bool))); connect(guideProcess, SIGNAL(ditherComplete()), captureProcess, SL= OT(resumeCapture())); - connect(guideProcess, SIGNAL(ditherFailed()), captureProcess, SLOT= (stopSequence())); + connect(guideProcess, SIGNAL(ditherFailed()), captureProcess, SLOT= (abort())); connect(guideProcess, SIGNAL(ditherToggled(bool)), captureProcess,= SLOT(setGuideDither(bool))); = connect(captureProcess, SIGNAL(exposureComplete()), guideProcess, = SLOT(dither())); =