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



Author: jpuydt
Date: Thu Oct 16 19:56:35 2008
New Revision: 7249
URL: http://svn.gnome.org/viewvc/ekiga?rev=7249&view=rev

Log:
Small fix to RL::Entry -- the attribute is "uri", not "name"

Modified:
   trunk/lib/engine/components/resource-list/rl-entry.cpp

Modified: trunk/lib/engine/components/resource-list/rl-entry.cpp
==============================================================================
--- trunk/lib/engine/components/resource-list/rl-entry.cpp	(original)
+++ trunk/lib/engine/components/resource-list/rl-entry.cpp	Thu Oct 16 19:56:35 2008
@@ -53,11 +53,11 @@
 
   if (node != NULL) {
 
-    xmlChar* str = xmlGetProp (node, BAD_CAST "name");
+    xmlChar* str = xmlGetProp (node, BAD_CAST "uri");
 
     if (str != NULL) {
 
-      path = path_->build_child_with_attribute ("entry", "name",
+      path = path_->build_child_with_attribute ("entry", "uri",
 						(const char*)str);
       xmlFree (str);
     } else {



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