From b17fd5efb299ac3ee6660a4a9358cbc6fb4c1019 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Oestreicher?= Date: Mon, 27 Feb 2017 13:57:24 +0100 Subject: [PATCH] Correctly return when encountering an error while refreshing articles --- qml/types/Server.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/qml/types/Server.qml b/qml/types/Server.qml index c2a76a4..4a49350 100644 --- a/qml/types/Server.qml +++ b/qml/types/Server.qml @@ -124,6 +124,7 @@ Item { function( err ) { if ( err !== null ) { error( qsTr( "Failed to connect to server: " ) + err) + articlesDownloaded( [] ) } else { console.debug( "Downloading articles changes since last sync" )