aboutsummaryrefslogtreecommitdiff
path: root/src/qt/bitcoin.cpp
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2013-11-05 04:06:08 -0800
committerWladimir J. van der Laan <laanwj@gmail.com>2013-11-05 04:06:08 -0800
commit25d056a58ffdf790c6bf4d9b6bbd65be44f73fc2 (patch)
tree8c93c2d7d850323cd4defd209e7fc6bebcd4041a /src/qt/bitcoin.cpp
parent63bea1d2e644e930900fc7225359c0772eff4aa4 (diff)
parente30bd78f8133fe55ff0bf9e0d6a47a58357d9056 (diff)
downloadbitcoin-25d056a58ffdf790c6bf4d9b6bbd65be44f73fc2.tar.xz
Merge pull request #3196 from laanwj/2013_11_nohavegui
No more fHaveGUI
Diffstat (limited to 'src/qt/bitcoin.cpp')
-rw-r--r--src/qt/bitcoin.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp
index c5452185fe..1e2f93f1e7 100644
--- a/src/qt/bitcoin.cpp
+++ b/src/qt/bitcoin.cpp
@@ -173,8 +173,6 @@ int main(int argc, char *argv[])
bool fMissingDatadir = false;
bool fSelParFromCLFailed = false;
- fHaveGUI = true;
-
// Command-line options take precedence:
ParseParameters(argc, argv);
// ... then bitcoin.conf:
@@ -293,7 +291,7 @@ int main(int argc, char *argv[])
QObject::connect(pollShutdownTimer, SIGNAL(timeout()), guiref, SLOT(detectShutdown()));
pollShutdownTimer->start(200);
- if(AppInit2(threadGroup))
+ if(AppInit2(threadGroup, false))
{
{
// Put this in a block, so that the Model objects are cleaned up before