[rygel] core: Attributes imply inclusion of associated prop
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: svn-commits-list gnome org
- Subject: [rygel] core: Attributes imply inclusion of associated prop
- Date: Tue, 23 Jun 2009 11:33:33 -0400 (EDT)
commit f0d0f85fd04f323d616455b2890813eefc0403a9
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Tue Jun 23 15:37:29 2009 +0300
core: Attributes imply inclusion of associated prop
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 65201bd..926a1da 100644
--- a/src/rygel/rygel-didl-lite-writer.vala
+++ b/src/rygel/rygel-didl-lite-writer.vala
@@ -180,7 +180,7 @@ private class Rygel.BrowseFilter : ArrayList<string> {
}
private static bool filter_equal_func (string a, string b) {
- return a == "*" || a == b;
+ return a == "*" || a == b || a.has_prefix (b + "@");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]