[rygel] core: Attributes imply inclusion of associated prop



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]