Skip to content

Commit

Permalink
Merge branch 'fixProviderObjectPath' into 'master'
Browse files Browse the repository at this point in the history
[multisim] Use account objectPath as provider id. Contributes to JB#31616

This got reverted in VOIP revert SHA1 f8ccf69

See merge request !6
  • Loading branch information
rainemak committed Feb 4, 2016
2 parents 8b0f15e + 4387634 commit f936ffe
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 f936ffe

Please sign in to comment.