diff options
Diffstat (limited to 'audio/amarok-kde4/files/patch-amarok_src_lastfm.cpp')
-rw-r--r-- | audio/amarok-kde4/files/patch-amarok_src_lastfm.cpp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/amarok-kde4/files/patch-amarok_src_lastfm.cpp b/audio/amarok-kde4/files/patch-amarok_src_lastfm.cpp deleted file mode 100644 index 6a642616d67b..000000000000 --- a/audio/amarok-kde4/files/patch-amarok_src_lastfm.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- amarok/src/lastfm.cpp.orig -+++ amarok/src/lastfm.cpp -@@ -905,7 +905,7 @@ - - QCString md5pass = KMD5( KMD5( m_password.utf8() ).hexDigest() + currentTime ).hexDigest(); - -- QString token = QString( "user=%1&auth=%2&nonce=%3recipient=%4" ) -+ token = QString( "user=%1&auth=%2&nonce=%3recipient=%4" ) - .arg( QString( QUrl( currentUsername() ).encodedPathAndQuery() ) ) - .arg( QString( QUrl( md5pass ).encodedPathAndQuery() ) ) - .arg( QString( QUrl( challenge ).encodedPathAndQuery() ) ) |