From 1d4921caa82b4cabaece0d8f3a00763d868da496 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 17 Aug 2013 18:55:31 +0000 Subject: [PATCH] Somehow the relative positions of readSettings() and the "kllbyname" block got inverted, preventing multiple instances from working. It's fixed now. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3562 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 5eae0a27e..aa7d6046a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -274,10 +274,14 @@ MainWindow::MainWindow(QSettings * settings, QSharedMemory *shdmem, QString *the // Multiple instances: mykey_jt9 = thekey; + //Band Settings + readSettings(); //Restore user's setup params + #ifdef WIN32 if(!m_bMultipleOK) { while(true) { int iret=killbyname("jt9.exe"); + qDebug() << m_bMultipleOK << iret; if(iret == 603) break; if(iret != 0) msgBox("KillByName return code: " + QString::number(iret)); @@ -285,8 +289,6 @@ MainWindow::MainWindow(QSettings * settings, QSharedMemory *shdmem, QString *the } #endif - //Band Settings - readSettings(); //Restore user's setup params if(m_dFreq.length()<=1) { //Use the startup default frequencies and band descriptions // default bands and JT65 frequencies const double dFreq[]={0.13613,0.4742,1.838,3.576,5.357,7.076,10.138,14.076,