From 0f4ad6987bae4d087b393bf986d3f84245eac3dc Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Fri, 21 Aug 2009 17:34:54 +0100 Subject: [PATCH] "busy" should have TP_CONNECTION_PRESENCE_TYPE_BUSY Fixes fd.o#23441 --- 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.6.3.3