1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 23:39:42 +01: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_headless = arguments().contains( "--headless" );
setWindowIcon( QIcon( RESPATH "icons/tomahawk-icon-128x128.png" ) );
setQuitOnLastWindowClosed( false );
#endif
registerMetaTypes();
@ -193,8 +194,6 @@ TomahawkApp::init()
Tomahawk::setApplicationHandler( this );
increaseMaxFileDescriptors();
setQuitOnLastWindowClosed( false );
#endif
// Connect up shortcuts