[ekiga] Commented a line of code which doesn't work on Sirius_B



commit af854d636a59e2ad9b8422f6cf7490442721e6e5
Author: Snark <jpuydt gnome org>
Date:   Mon Jan 17 21:12:15 2011 +0100

    Commented a line of code which doesn't work on Sirius_B
    
    It doesn't compile with it...
    and it doesn't look like it works worse without it...

 lib/engine/components/opal/opal-account.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-account.cpp b/lib/engine/components/opal/opal-account.cpp
index 7fec461..bb883f3 100644
--- a/lib/engine/components/opal/opal-account.cpp
+++ b/lib/engine/components/opal/opal-account.cpp
@@ -627,7 +627,7 @@ Opal::Account::setup_presentity ()
 
     presentity->GetAttributes().Set(SIP_Presentity::AuthNameKey, username);
     presentity->GetAttributes().Set(SIP_Presentity::AuthPasswordKey, password);
-    presentity->GetAttributes().Set(SIP_Presentity::DefaultPresenceServerKey, host);
+    //    presentity->GetAttributes().Set(SIP_Presentity::DefaultPresenceServerKey, host);
     std::cout << "got presentity for " << url << std::endl;
   } else
     std::cout << "NULL presentity for " << url << std::endl;



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