[Telepathy-commits] [telepathy-gabble/master] GabblePrivateTubesFactory: fix misleading error message
Simon McVittie
simon.mcvittie at collabora.co.uk
Wed Nov 5 03:48:21 PST 2008
Cut and paste error from GabbleIMFactory.
---
src/private-tubes-factory.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/private-tubes-factory.c b/src/private-tubes-factory.c
index cad5fd5..7ad7f60 100644
--- a/src/private-tubes-factory.c
+++ b/src/private-tubes-factory.c
@@ -719,8 +719,8 @@ gabble_private_tubes_factory_requestotron (GabblePrivateTubesFactory *self,
if (require_new)
{
g_set_error (&error, TP_ERRORS, TP_ERROR_NOT_AVAILABLE,
- "Already chatting with contact #%u in another channel", handle);
- DEBUG ("Already chatting with contact #%u in another channel",
+ "Tubes channel with contact #%u already exists", handle);
+ DEBUG ("Tubes channel with contact #%u already exists",
handle);
goto error;
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list