[telepathy-salut/master] connection: set "dnd" to PRESENCE_TYPE_BUSY

Jonny Lamb jonny.lamb at collabora.co.uk
Tue Sep 8 11:20:45 PDT 2009


Signed-off-by: Jonny Lamb <jonny.lamb at collabora.co.uk>
---
 src/salut-connection.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/salut-connection.c b/src/salut-connection.c
index cccaacc..418e3c6 100644
--- a/src/salut-connection.c
+++ b/src/salut-connection.c
@@ -467,7 +467,7 @@ static const TpPresenceStatusSpec presence_statuses[] = {
       { "available", TP_CONNECTION_PRESENCE_TYPE_AVAILABLE, TRUE,
         presence_args },
       { "away", TP_CONNECTION_PRESENCE_TYPE_AWAY, TRUE, presence_args },
-      { "dnd", TP_CONNECTION_PRESENCE_TYPE_AWAY, TRUE, presence_args },
+      { "dnd", TP_CONNECTION_PRESENCE_TYPE_BUSY, TRUE, presence_args },
       { "offline", TP_CONNECTION_PRESENCE_TYPE_OFFLINE, FALSE, NULL },
       { NULL }
 };
-- 
1.5.6.5




More information about the telepathy-commits mailing list