mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 13:47:26 +02:00
fix for TWK-583
This commit is contained in:
@@ -72,7 +72,7 @@ GoogleWrapper::showAddFriendDialog()
|
|||||||
{
|
{
|
||||||
bool ok;
|
bool ok;
|
||||||
QString id = QInputDialog::getText( TomahawkUtils::tomahawkWindow(), tr( "Add Friend" ),
|
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 )
|
if ( !ok )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user