Enlightenment CVS committal

Author  : dj2
Project : misc
Module  : eke

Dir     : misc/eke/src


Modified Files:
        eke_parse.c 


Log Message:
- pull the date correctly

===================================================================
RCS file: /cvsroot/enlightenment/misc/eke/src/eke_parse.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- eke_parse.c 30 Dec 2004 17:42:54 -0000      1.5
+++ eke_parse.c 30 Dec 2004 17:51:09 -0000      1.6
@@ -387,7 +387,7 @@
             eke_feed_item_description_set(item, ptr);
             IF_FREE(ptr);
 
-        } else if (!strcasecmp(node->name, "dc:date")) {
+        } else if (!strcasecmp(node->name, "date")) {
             tmp = node->xmlChildrenNode;
             ptr = xmlNodeListGetString(doc, tmp, 1);
             strtrim(ptr);




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to