1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-09 15:47:38 +02:00

Clear passwordEdit on logout in SpotifyAccount

This commit is contained in:
Hugo Lindström
2012-07-10 03:45:04 +02:00
parent 3d5c737651
commit 1045269e6e

View File

@@ -163,6 +163,7 @@ SpotifyAccountConfig::doLogin()
m_loggedInManually = true;
m_verifiedUsername.clear();
m_ui->playlistList->clear();
m_ui->passwordEdit->clear();
emit logout();
showLoggedOut();
}