From 3a0068ec2ec152c6be975867fe054110cc1a492e Mon Sep 17 00:00:00 2001 From: Nick Bolton Date: Tue, 24 Feb 2015 21:19:52 +0000 Subject: [PATCH] Fixed: Plugin downloader fails if no plugins #4168 --- src/gui/src/WebClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/src/WebClient.cpp b/src/gui/src/WebClient.cpp index 0175abdf..2455e21a 100644 --- a/src/gui/src/WebClient.cpp +++ b/src/gui/src/WebClient.cpp @@ -113,8 +113,8 @@ void WebClient::queryPluginList() QString e = editionRegex.cap(1); m_PluginList = e.split(","); emit queryPluginDone(); - return; } + return; } else if (boolString == "false") { emit error(tr("Get plugin list failed, invalid user email "