[Telepathy-commits] [telepathy-qt4/master] 01777props -> 0177props - use the correct SPEC version number.
George Goldberg
george.goldberg at collabora.co.uk
Wed Nov 5 06:04:46 PST 2008
---
TelepathyQt4/cli-channel.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/TelepathyQt4/cli-channel.cpp b/TelepathyQt4/cli-channel.cpp
index d8f6575..17be2c5 100644
--- a/TelepathyQt4/cli-channel.cpp
+++ b/TelepathyQt4/cli-channel.cpp
@@ -244,7 +244,7 @@ struct Channel::Private
}
}
- void extract01777MainProps(const QVariantMap& props)
+ void extract0177MainProps(const QVariantMap& props)
{
bool haveProps = props.size() >= 4
&& props.contains("ChannelType") && !qdbus_cast<QString>(props["ChannelType"]).isEmpty()
@@ -547,7 +547,7 @@ void Channel::gotMainProperties(QDBusPendingCallWatcher* watcher)
warning().nospace() << "Properties::GetAll(Channel) failed with " << reply.error().name() << ": " << reply.error().message();
}
- mPriv->extract01777MainProps(props);
+ mPriv->extract0177MainProps(props);
// Add extraction (and possible fallbacks) in similar functions, called from here
mPriv->continueIntrospection();
--
1.5.6.5
More information about the Telepathy-commits
mailing list