[rygel] core: Fix typo in previous commit



commit de4a7bdf107488cad53281282a30be83d27c87ef
Author: Jens Georg <mail jensge org>
Date:   Tue Jul 12 17:11:37 2011 +0200

    core: Fix typo in previous commit

 src/rygel/rygel-xbox-hacks.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-xbox-hacks.vala b/src/rygel/rygel-xbox-hacks.vala
index 181473c..d63d1a4 100644
--- a/src/rygel/rygel-xbox-hacks.vala
+++ b/src/rygel/rygel-xbox-hacks.vala
@@ -58,7 +58,7 @@ internal class Rygel.XBoxHacks : GLib.Object {
             throw new XBoxHacksError.NA (_("Not Applicable"));
         }
 
-        if (agent.contains ("XBox")) {
+        if (agent.contains ("Xbox")) {
             this.object_id = CONTAINER_ID;
         } else {
             this.object_id = OBJECT_ID;



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