[Telepathy-commits] [telepathy-qt4/master] Channel: Changed PendingFailure reason.

Andre Moreira Magalhaes (andrunko) andre.magalhaes at collabora.co.uk
Fri Feb 13 10:42:04 PST 2009


---
 TelepathyQt4/Client/channel.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/TelepathyQt4/Client/channel.cpp b/TelepathyQt4/Client/channel.cpp
index bb62d67..46ae4f2 100644
--- a/TelepathyQt4/Client/channel.cpp
+++ b/TelepathyQt4/Client/channel.cpp
@@ -1143,7 +1143,7 @@ PendingOperation *Channel::becomeReady(Features features)
 {
     if (!isValid()) {
         return new PendingFailure(this, TELEPATHY_ERROR_NOT_AVAILABLE,
-                "Channel is already closed");
+                "Channel is invalid");
     }
 
     if (isReady(features)) {
-- 
1.5.6.5




More information about the telepathy-commits mailing list