[ekiga] Presence: Consider more statuses as away.



commit c17306cecd7be736f8ac6a835669911a2ee7597e
Author: Damien Sandras <dsandras beip be>
Date:   Sun Sep 30 14:35:52 2012 +0200

    Presence: Consider more statuses as away.

 lib/engine/components/opal/opal-account.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index 662d224..d59f5a6 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -797,7 +797,7 @@ Opal::Account::OnPresenceChange (OpalPresentity& /*presentity*/,
     new_presence = "busy";
     break;
   case OpalPresenceInfo::Appointment:
-    new_presence = "busy";
+    new_presence = "away";
     // Translators: see RFC 4480 for more information about activities
     if (new_status.empty ())
       new_status = _("Appointment");
@@ -849,7 +849,7 @@ Opal::Account::OnPresenceChange (OpalPresentity& /*presentity*/,
       new_status = _("On the phone");
     break;
   case OpalPresenceInfo::Playing:
-    new_presence = "busy";
+    new_presence = "away";
     if (new_status.empty ())
       new_status = _("Playing");
     break;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]