ekiga r7310 - trunk/lib/engine/components/resource-list



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]