[ekiga] Presence: Fixed erroneous Appointment note on Away.



commit 1b2727be7453beee1ba0f2b1a6ff54a05135d1e6
Author: Damien Sandras <dsandras beip be>
Date:   Sun Dec 11 13:58:01 2011 +0100

    Presence: Fixed erroneous Appointment note on Away.

 lib/engine/components/opal/opal-account.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index e50cd93..bfadc4f 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -756,8 +756,6 @@ Opal::Account::OnPresenceChange (OpalPresentity& /*presentity*/,
     break;
   case OpalPresenceInfo::Away:
     new_presence = "away";
-    if (new_status.empty ())
-      new_status = _("Appointment");
     break;
   case OpalPresenceInfo::Busy:
     new_presence = "dnd";



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