[Telepathy-commits] [telepathy-gabble/master] "dnd" should be TP_CONNECTION_PRESENCE_TYPE_BUSY

Robert McQueen robert.mcqueen at collabora.co.uk
Tue Aug 5 09:56:58 PDT 2008


20080805165658-418b8-b19546b8bb135d066266949220b600f9c0f5518d.gz
---
 src/conn-presence.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/conn-presence.c b/src/conn-presence.c
index 0a3520e..446eeb5 100644
--- a/src/conn-presence.c
+++ b/src/conn-presence.c
@@ -57,7 +57,7 @@ static const TpPresenceStatusSpec gabble_statuses[] = {
     gabble_status_arguments, NULL, NULL },
   { "away", TP_CONNECTION_PRESENCE_TYPE_AWAY, TRUE, gabble_status_arguments,
     NULL, NULL },
-  { "dnd", TP_CONNECTION_PRESENCE_TYPE_AWAY, TRUE, gabble_status_arguments,
+  { "dnd", TP_CONNECTION_PRESENCE_TYPE_BUSY, TRUE, gabble_status_arguments,
     NULL, NULL },
   { "available", TP_CONNECTION_PRESENCE_TYPE_AVAILABLE, TRUE,
     gabble_status_arguments, NULL, NULL },
-- 
1.5.6.3




More information about the Telepathy-commits mailing list