From 696dca4af47a49ac3fcfb6648d650b9ee7e99970 Mon Sep 17 00:00:00 2001 From: Leo Franchi Date: Tue, 24 Apr 2012 11:28:24 -0400 Subject: [PATCH] Sync last.fm settings to file immediately --- src/accounts/lastfm/LastFmAccount.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/accounts/lastfm/LastFmAccount.cpp b/src/accounts/lastfm/LastFmAccount.cpp index 48da4982f..c781cd45c 100644 --- a/src/accounts/lastfm/LastFmAccount.cpp +++ b/src/accounts/lastfm/LastFmAccount.cpp @@ -189,6 +189,8 @@ LastFmAccount::saveConfig() setScrobble( m_configWidget.data()->scrobble() ); } + sync(); + if ( m_infoPlugin ) QTimer::singleShot( 0, m_infoPlugin.data(), SLOT( settingsChanged() ) ); }