ekiga r7638 - in trunk: . lib/engine/components/opal



Author: dsandras
Date: Tue Feb  3 20:08:25 2009
New Revision: 7638
URL: http://svn.gnome.org/viewvc/ekiga?rev=7638&view=rev

Log:
When calling out by double-clicking on a contact in the roster, update
the url bar with the called uri.


Modified:
   trunk/ChangeLog
   trunk/lib/engine/components/opal/opal-call.cpp

Modified: trunk/lib/engine/components/opal/opal-call.cpp
==============================================================================
--- trunk/lib/engine/components/opal/opal-call.cpp	(original)
+++ trunk/lib/engine/components/opal/opal-call.cpp	Tue Feb  3 20:08:25 2009
@@ -325,14 +325,12 @@
   std::string r_party_name;
   std::string app;
 
+  remote_uri = (const char *) connection.GetRemotePartyCallbackURL ();
   if (!PIsDescendant(&connection, OpalPCSSConnection)) {
 
     outgoing = connection.IsOriginating ();
 
-    if (outgoing)
-      remote_uri = (const char *) connection.GetCall().GetPartyB ();
-    else
-      remote_uri = (const char *) connection.GetRemotePartyCallbackURL ();
+    remote_uri = (const char *) connection.GetRemotePartyCallbackURL ();
 
     l_party_name = (const char *) connection.GetCalledPartyURL ();
     r_party_name = (const char *) connection.GetRemotePartyName ();



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