[chronojump] Fixed chronojump n times thing
- From: Xavier de Blas <xaviblas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chronojump] Fixed chronojump n times thing
- Date: Tue, 8 Jan 2013 00:04:43 +0000 (UTC)
commit 15330f61e449f9345c516843edeee3800b77cfb0
Author: Xavier de Blas <xaviblas gmail com>
Date: Tue Jan 8 01:03:44 2013 +0100
Fixed chronojump n times thing
src/chronojump.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/chronojump.cs b/src/chronojump.cs
index 1f177b6..8a80723 100644
--- a/src/chronojump.cs
+++ b/src/chronojump.cs
@@ -134,7 +134,7 @@ public class ChronoJump
protected void sqliteThings () {
bool crashedBefore = checkIfChronojumpExitAbnormally();
-// if(crashedBefore) {
+ if(crashedBefore) {
if(chronojumpIsExecutingNTimes()) {
quitNow = true;
Application.Quit();
@@ -142,7 +142,7 @@ public class ChronoJump
}
else
chronojumpCrashedBefore();
-// }
+ }
//print version of chronojump
progVersion = readVersion();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]