Use "this" to make it things more explicit and therefore readable.
authorZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Sun, 15 Mar 2009 19:00:25 +0000 (19:00 +0000)
committerZeeshan Ali (Khattak) <zeeshanak@src.gnome.org>
Sun, 15 Mar 2009 19:00:25 +0000 (19:00 +0000)
svn path=/trunk/; revision=649

src/rygel/rygel-http-request.vala

index df59e25..a736510 100644 (file)
@@ -74,7 +74,7 @@ internal class Rygel.HTTPRequest : GLib.Object, Rygel.StateMachine {
         }
 
         if (query != null) {
-            this.item_id = query.lookup ("itemid");
+            this.item_id = this.query.lookup ("itemid");
         }
 
         if (this.item_id == null) {