SelectRemoteDlg was not emitting remoteChanged signal
[irwi] / src / selectremotedlg.cpp
index a3c315f..9db7533 100644 (file)
@@ -106,6 +106,8 @@ void SelectRemoteDlg::downloadRemote()
         connect(currentModel->remote(), SIGNAL(saveFinished()),
                 this, SLOT(close()));
         currentModel->remote()->saveToFile();
+        
+        emit remoteChanged(*(currentModel->remote()));
     }
 }