[rygel] core: Fix a typo.
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel] core: Fix a typo.
- Date: Tue, 28 Jul 2009 09:12:07 +0000 (UTC)
commit 8e6c98a966a59e472fb8dc229636b1da6dd6e85f
Author: James Henstridge <james jamesh id au>
Date: Tue Jul 28 12:44:34 2009 +0800
core: Fix a typo.
Fix a typo that prevented dc:creator from being included in DIDL output.
src/rygel/rygel-didl-lite-writer.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-didl-lite-writer.vala b/src/rygel/rygel-didl-lite-writer.vala
index 02300ad..138cef0 100644
--- a/src/rygel/rygel-didl-lite-writer.vala
+++ b/src/rygel/rygel-didl-lite-writer.vala
@@ -72,7 +72,7 @@ internal class Rygel.DIDLLiteWriter : GUPnP.DIDLLiteWriter {
this.add_string ("class", NAMESPACE_UPNP, null, item.upnp_class);
if (item.author != null && item.author != "") {
- if (filter.have ("creator", NAMESPACE_UPNP)) {
+ if (filter.have ("creator", NAMESPACE_DC)) {
this.add_string ("creator", NAMESPACE_DC, null, item.author);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]