[rygel] core: It's 'Xbox' not 'XBox'
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: It's 'Xbox' not 'XBox'
- Date: Thu, 1 Apr 2010 22:55:45 +0000 (UTC)
commit 4c7f794a07235245e8e653230f37b939ef681f8e
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Fri Mar 26 19:12:14 2010 +0200
core: It's 'Xbox' not 'XBox'
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 6fe1750..4be42cc 100644
--- a/src/rygel/rygel-xbox-hacks.vala
+++ b/src/rygel/rygel-xbox-hacks.vala
@@ -31,7 +31,7 @@ internal errordomain Rygel.XBoxHacksError {
internal class Rygel.XBoxHacks : GLib.Object {
public XBoxHacks.for_action (ServiceAction action) throws XBoxHacksError {
var agent = action.get_message ().request_headers.get ("User-Agent");
- if (!agent.contains ("XBox")) {
+ if (!agent.contains ("Xbox")) {
throw new XBoxHacksError.NA ("Not Applicable");
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]