mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
* Fixed CFBundleIdentifier in Info.plist. * Added more debug output to solve assert issue.
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
<string>tomahawk</string>
|
<string>tomahawk</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>org.tomahawk.Tomahawk</string>
|
<string>org.tomahawk-player.org.Tomahawk</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
|
@@ -105,10 +105,11 @@ ControlConnection::registerSource()
|
|||||||
void
|
void
|
||||||
ControlConnection::setupDbSyncConnection( bool ondemand )
|
ControlConnection::setupDbSyncConnection( bool ondemand )
|
||||||
{
|
{
|
||||||
|
qDebug() << Q_FUNC_INFO << ondemand << m_source->id() << ondemand << m_dbconnkey << m_dbsyncconn << m_registered;
|
||||||
|
|
||||||
if ( m_dbsyncconn || !m_registered )
|
if ( m_dbsyncconn || !m_registered )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
qDebug() << Q_FUNC_INFO << ondemand << m_source->id() << ondemand << m_dbconnkey;
|
|
||||||
Q_ASSERT( m_source->id() > 0 );
|
Q_ASSERT( m_source->id() > 0 );
|
||||||
|
|
||||||
if( !m_dbconnkey.isEmpty() )
|
if( !m_dbconnkey.isEmpty() )
|
||||||
|
Reference in New Issue
Block a user