ekiga r7310 - trunk/lib/engine/components/resource-list
- From: jpuydt svn gnome org
- To: svn-commits-list gnome org
- Subject: ekiga r7310 - trunk/lib/engine/components/resource-list
- Date: Thu, 30 Oct 2008 15:40:47 +0000 (UTC)
Author: jpuydt
Date: Thu Oct 30 15:40:47 2008
New Revision: 7310
URL: http://svn.gnome.org/viewvc/ekiga?rev=7310&view=rev
Log:
Made adding a new entry to a resource-list actually work
Modified:
trunk/lib/engine/components/resource-list/rl-heap.cpp
Modified: trunk/lib/engine/components/resource-list/rl-heap.cpp
==============================================================================
--- trunk/lib/engine/components/resource-list/rl-heap.cpp (original)
+++ trunk/lib/engine/components/resource-list/rl-heap.cpp Thu Oct 30 15:40:47 2008
@@ -622,6 +622,7 @@
user_str));
path->set_credentials (username_str, password_str);
path = path->build_child ("resource-lists");
+ path = path->build_child ("list");
path = path->build_child_with_attribute ("entry", "uri", entry_uri);
gmref_ptr<XCAP::Core> xcap(services.get ("xcap-core"));
xcap->write (path, "application/xcap-el+xml",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]