Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[multisim] Use account objectPath as provider id. Contributes to JB#3…
…1616

This got reverted in VOIP revert SHA1 f8ccf69
  • Loading branch information
rainemak committed Feb 4, 2016
1 parent 8b0f15e commit 4387634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/providers/telepathy/src/telepathyprovider.cpp
Expand Up @@ -80,7 +80,7 @@ QString TelepathyProvider::providerId() const
{
TRACE
Q_D(const TelepathyProvider);
return QString("telepathy-") + d->account->uniqueIdentifier();
return d->account->objectPath();
}

QString TelepathyProvider::providerType() const
Expand Down

0 comments on commit 4387634

Please sign in to comment.