Not Logged In
|
Login
|
Register
Home
|
News
|
Projects
|
Releases
Bugs
|
RFE
|
Repositories
|
Help
projects
/
xestiaab
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
825e100
)
Fixed error where XAB would immediately exit upon startup due to incorrect usage...
author
Steve Brokenshire
<sbrokenshire@xestia.co.uk>
Sun, 20 Dec 2015 22:03:04 +0000
(22:03 +0000)
committer
Steve Brokenshire
<sbrokenshire@xestia.co.uk>
Sun, 20 Dec 2015 22:03:04 +0000
(22:03 +0000)
source/main.cpp
patch
|
blob
|
history
diff --git
a/source/main.cpp
b/source/main.cpp
index
f098d36
..
feb1520
100644
(file)
--- a/
source/main.cpp
+++ b/
source/main.cpp
@@
-108,7
+108,7
@@
bool XestiaABApp::OnInit()
// Print out the version number.
wxPuts(XSDAB_VERSION);
// Print out the version number.
wxPuts(XSDAB_VERSION);
-
exit(EXIT_SUCCESS)
;
+
return false
;
}
}
@@
-199,7
+199,7
@@
bool XestiaABApp::OnInit()
break;
}
break;
}
-
exit(EXIT_SUCCESS)
;
+
return true
;
}
}
@@
-261,11
+261,11
@@
bool XestiaABApp::OnInit()
}
}
- if (!XABArgs.Found(wxT(""))){
+
/*
if (!XABArgs.Found(wxT(""))){
return false;
return false;
- }
+ }
*/
// Setup default settings and accounts if they don't exist.
// Setup default settings and accounts if they don't exist.
Yn Maystri
© 2006 - 2019 Xestia Software Development
Software
Xestia Address Book
Xestia Calendar
Development
Xestia Gelforn
Everything else
About
News
Privacy Policy