1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-14 13:01:53 +02:00

save new title

This commit is contained in:
Leo Franchi 2012-04-13 16:01:35 -04:00
parent 78be0b75fe
commit bc443d25ac

View File

@ -252,7 +252,7 @@ Playlist::setTitle( const QString& title )
return;
const QString oldTitle = m_title;
// m_title = title;
m_title = title;
emit changed();
emit renamed( m_title, oldTitle );