mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-30 09:10:53 +02:00
Don't crash on second settingsdialog opening with sip_twitter
This commit is contained in:
@@ -70,9 +70,6 @@ TwitterPlugin::accountName()
|
||||
|
||||
QWidget* TwitterPlugin::configWidget()
|
||||
{
|
||||
if( m_configWidget )
|
||||
return m_configWidget;
|
||||
|
||||
m_configWidget = new TwitterConfigWidget( this );
|
||||
|
||||
return m_configWidget;
|
||||
|
Reference in New Issue
Block a user