Merge branch '0.5.0.x' into 0.5.x
authorLuke Dashjr <luke-jr+git@utopios.org>
Sat, 3 Mar 2012 18:59:31 +0000 (13:59 -0500)
committerLuke Dashjr <luke-jr+git@utopios.org>
Sat, 3 Mar 2012 18:59:31 +0000 (13:59 -0500)
1  2 
src/bitcoinrpc.cpp
src/qt/bitcoin.cpp
src/qt/guiutil.h
src/qt/sendcoinsdialog.h

Simple merge
@@@ -161,9 -164,10 +164,10 @@@ int main(int argc, char *argv[]
          {
              {
                  // Put this in a block, so that BitcoinGUI is cleaned up properly before
 -                // calling Shutdown().
 +                // calling Shutdown() in case of exceptions.
                  BitcoinGUI window;
-                 splash.finish(&window);
+                 if (splashref)
+                     splash.finish(&window);
                  OptionsModel optionsModel(pwalletMain);
                  ClientModel clientModel(&optionsModel);
                  WalletModel walletModel(pwalletMain, &optionsModel);
Simple merge
Simple merge