[Telepathy-commits] [telepathy-qt4/master] ContactManager: Fixed identifier for ContactList stored.
Andre Moreira Magalhaes (andrunko)
andre.magalhaes at collabora.co.uk
Fri Feb 27 11:39:33 PST 2009
---
TelepathyQt4/Client/contact-manager.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/TelepathyQt4/Client/contact-manager.cpp b/TelepathyQt4/Client/contact-manager.cpp
index d0a5326..9144b45 100644
--- a/TelepathyQt4/Client/contact-manager.cpp
+++ b/TelepathyQt4/Client/contact-manager.cpp
@@ -653,7 +653,7 @@ uint ContactManager::ContactListChannel::typeForIdentifier(const QString &identi
if (types.isEmpty()) {
types.insert("subscribe", TypeSubscribe);
types.insert("publish", TypePublish);
- types.insert("Stored", TypeStored);
+ types.insert("stored", TypeStored);
}
if (types.contains(identifier)) {
return types[identifier];
--
1.5.6.5
More information about the telepathy-commits
mailing list