From ae17cf1fa2172f6c8ae9f2cb19243929b10faaf3 Mon Sep 17 00:00:00 2001 From: louis Date: Sun, 14 Feb 2016 15:15:36 +0100 Subject: [PATCH] fixed skindesigner version check --- setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.c b/setup.c index bc7318f..4eecf69 100644 --- a/setup.c +++ b/setup.c @@ -435,7 +435,7 @@ eOSState cSkindesignerSkinSetup::ProcessKey(eKeys Key) { tr("or higher"), tr("needed")); Skins.Message(mtError, *error); - break; + return osContinue; } Skins.Message(mtStatus, *cString::sprintf("%s ...", tr("Updating Skin from Git"))); } else {