summaryrefslogtreecommitdiff
path: root/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'setup.c')
-rw-r--r--setup.c2
1 files changed, 1 insertions, 1 deletions
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 {