[chronojump] Fixed not shown of splash win on SQL problem at start



commit edef888c905336517be131ac0ffbd6465876286b
Author: Xavier de Blas <xaviblas gmail com>
Date:   Thu Jul 16 11:28:04 2015 +0200

    Fixed not shown of splash win on SQL problem at start

 src/chronojump.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/chronojump.cs b/src/chronojump.cs
index 4df3b5b..7a471f1 100644
--- a/src/chronojump.cs
+++ b/src/chronojump.cs
@@ -296,6 +296,7 @@ public class ChronoJump
                                        LogB.Error(errorMessage);
                                        messageToShowOnBoot += errorMessage;
                                        chronojumpHasToExit = true;
+                                       return;
                                }
                                Sqlite.Connect();
                        }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]