core: Use 'this' keyword.
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Mon, 22 Jun 2009 14:21:58 +0000 (17:21 +0300)
committerZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Tue, 23 Jun 2009 12:01:27 +0000 (15:01 +0300)
src/rygel/rygel-browse.vala

index 2a1c3e3..60b868c 100644 (file)
@@ -275,7 +275,7 @@ internal class Rygel.Browse: GLib.Object, Rygel.StateMachine {
             var children = container.get_children_finish (res);
             this.number_returned = children.size;
 
-            serialize_children (children);
+            this.serialize_children (children);
         } catch (Error err) {
             this.handle_error (err);
         }