1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-19 07:19:42 +01:00

fix for TWK-583

This commit is contained in:
Kuba Serafinowski 2011-11-21 12:31:19 +00:00
parent 7eb361f514
commit 5e40409ed9

View File

@ -72,7 +72,7 @@ GoogleWrapper::showAddFriendDialog()
{
bool ok;
QString id = QInputDialog::getText( TomahawkUtils::tomahawkWindow(), tr( "Add Friend" ),
tr( "Enter Google Address:" ), QLineEdit::Normal, "", &ok );
tr( "Enter Google Address:" ), QLineEdit::Normal, "", &ok ).trimmed();
if ( !ok )
return;