1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 07:36:48 +02:00

* Fixed TWK-482: Don't close after showing a jabber friend request.

This commit is contained in:
Christian Muehlhaeuser
2011-08-30 00:26:58 +02:00
parent 0cea650181
commit f774302623

View File

@@ -141,6 +141,7 @@ TomahawkApp::init()
m_mainwindow = 0; m_mainwindow = 0;
m_headless = arguments().contains( "--headless" ); m_headless = arguments().contains( "--headless" );
setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) ); setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) );
setQuitOnLastWindowClosed( false );
#endif #endif
registerMetaTypes(); registerMetaTypes();
@@ -193,8 +194,6 @@ TomahawkApp::init()
Tomahawk::setApplicationHandler( this ); Tomahawk::setApplicationHandler( this );
increaseMaxFileDescriptors(); increaseMaxFileDescriptors();
setQuitOnLastWindowClosed( false );
#endif #endif
// Connect up shortcuts // Connect up shortcuts