ekiga r7023 - in trunk: . src/endpoints
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7023 - in trunk: . src/endpoints
- Date: Fri, 19 Sep 2008 08:13:48 +0000 (UTC)
Author: jpuydt
Date: Fri Sep 19 08:13:47 2008
New Revision: 7023
URL: http://svn.gnome.org/viewvc/ekiga?rev=7023&view=rev
Log:
Applied a chunk of a patch from Elaine Xiong to fix part of bug #552765.
Modified:
trunk/ChangeLog
trunk/src/endpoints/sip-endpoint.cpp
Modified: trunk/src/endpoints/sip-endpoint.cpp
==============================================================================
--- trunk/src/endpoints/sip-endpoint.cpp (original)
+++ trunk/src/endpoints/sip-endpoint.cpp Fri Sep 19 08:13:47 2008
@@ -1055,7 +1055,7 @@
Ekiga::Account *account = account_core.find_account ("ekiga.net");
if (account)
- return SIPURL ("\"" + GetDefaultDisplayName () + "\" <" + account->get_aor () + ">");
+ return SIPURL ("\"" + GetDefaultDisplayName () + "\" <" + PString(account->get_aor ()) + ">");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]