[telepathy-haze/master] "busy" should have TP_CONNECTION_PRESENCE_TYPE_BUSY

Will Thompson will.thompson at collabora.co.uk
Fri Aug 21 09:34:54 PDT 2009


Fixes fd.o#23441

Reviewed-by: Dafydd Harries <dafydd.harries at collabora.co.uk>
---
 src/connection-presence.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/connection-presence.c b/src/connection-presence.c
index a1bb8fb..8323de6 100644
--- a/src/connection-presence.c
+++ b/src/connection-presence.c
@@ -43,7 +43,7 @@ typedef enum {
 static const TpPresenceStatusSpec statuses[] = {
     { "available", TP_CONNECTION_PRESENCE_TYPE_AVAILABLE, TRUE,
         arg_specs, NULL, NULL },
-    { "busy", TP_CONNECTION_PRESENCE_TYPE_AWAY, TRUE,
+    { "busy", TP_CONNECTION_PRESENCE_TYPE_BUSY, TRUE,
         arg_specs, NULL, NULL },
     { "away", TP_CONNECTION_PRESENCE_TYPE_AWAY, TRUE,
         arg_specs, NULL, NULL },
-- 
1.5.6.5



More information about the telepathy-commits mailing list