freebsd-ports/audio/amarok-kde4/files/patch-amarok_src_lastfm.cpp
Michael Landin 195e77a5c5 - update to -> 1.4.5
Changelog: http://amarok.kde.org/content/view/10/66/

PR:		ports/108711
Submitted by:	Alex<goo@t72.ru>
2007-02-12 17:02:44 +00:00

14 lines
579 B
C++

$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() ) )