projects
/
profile
/
ivi
/
rygel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23f2425
)
core: Minor formatting fix
author
Jens Georg
<mail@jensge.org>
Sat, 5 Dec 2009 02:30:16 +0000
(
03:30
+0100)
committer
Zeeshan Ali (Khattak)
<zeeshanak@gnome.org>
Mon, 28 Dec 2009 15:52:03 +0000
(17:52 +0200)
src/rygel/rygel-http-request.vala
patch
|
blob
|
history
diff --git
a/src/rygel/rygel-http-request.vala
b/src/rygel/rygel-http-request.vala
index
eab86e0
..
c5f7a0c
100644
(file)
--- a/
src/rygel/rygel-http-request.vala
+++ b/
src/rygel/rygel-http-request.vala
@@
-82,7
+82,7
@@
internal class Rygel.HTTPRequest : GLib.Object, Rygel.StateMachine {
try {
var uri = new ItemUri.from_string (this.msg.uri.path,
- this.http_server.path_root);
+
this.http_server.path_root);
this.item_id = uri.item_id;
this.thumbnail_index = uri.thumbnail_index;