rygel r649 - trunk/src/rygel
- From: zeeshanak svn gnome org
- To: svn-commits-list gnome org
- Subject: rygel r649 - trunk/src/rygel
- Date: Sun, 15 Mar 2009 19:00:25 +0000 (UTC)
Author: zeeshanak
Date: Sun Mar 15 19:00:25 2009
New Revision: 649
URL: http://svn.gnome.org/viewvc/rygel?rev=649&view=rev
Log:
Use "this" to make it things more explicit and therefore readable.
Modified:
trunk/src/rygel/rygel-http-request.vala
Modified: trunk/src/rygel/rygel-http-request.vala
==============================================================================
--- trunk/src/rygel/rygel-http-request.vala (original)
+++ trunk/src/rygel/rygel-http-request.vala Sun Mar 15 19:00:25 2009
@@ -74,7 +74,7 @@
}
if (query != null) {
- this.item_id = query.lookup ("itemid");
+ this.item_id = this.query.lookup ("itemid");
}
if (this.item_id == null) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]