From 3b84824f11322c069da247ab9a0e0ab97be5e566 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Tue, 3 May 2011 13:49:10 -0400 Subject: [PATCH] Gah our startup is so breaky. --- src/tomahawkapp.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tomahawkapp.cpp b/src/tomahawkapp.cpp index fd81dc116..fa14acec6 100644 --- a/src/tomahawkapp.cpp +++ b/src/tomahawkapp.cpp @@ -178,6 +178,8 @@ TomahawkApp::init() registerMetaTypes(); + new TomahawkSettings( this ); + #ifdef LIBLASTFM_FOUND qDebug() << "Setting NAM."; TomahawkUtils::setNam( lastfm::nam() ); @@ -203,7 +205,6 @@ TomahawkApp::init() Echonest::Config::instance()->setAPIKey( "JRIHWEP6GPOER2QQ6" ); - new TomahawkSettings( this ); m_audioEngine = new AudioEngine; m_scanManager = new ScanManager( this ); new Pipeline( this );