mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 07:19:42 +01:00
fix TWK-583 for jabber too
This commit is contained in:
parent
5e40409ed9
commit
a760577924
@ -472,7 +472,7 @@ JabberPlugin::showAddFriendDialog()
|
||||
#ifndef ENABLE_HEADLESS
|
||||
bool ok;
|
||||
QString id = QInputDialog::getText( TomahawkUtils::tomahawkWindow(), tr( "Add Friend" ),
|
||||
tr( "Enter Jabber ID:" ), QLineEdit::Normal, "", &ok );
|
||||
tr( "Enter Jabber ID:" ), QLineEdit::Normal, "", &ok ).trimmed();
|
||||
if ( !ok )
|
||||
return;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user