[rygel] server: Use proper chain-up syntax



commit d29d19ebc0fa8331e9e506c1c424f048b0cfa052
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun Dec 4 11:47:36 2016 +0100

    server: Use proper chain-up syntax

 .../rygel-http-time-seek-response.vala             |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/librygel-server/rygel-http-time-seek-response.vala 
b/src/librygel-server/rygel-http-time-seek-response.vala
index 4feb9af..9f0eb0c 100644
--- a/src/librygel-server/rygel-http-time-seek-response.vala
+++ b/src/librygel-server/rygel-http-time-seek-response.vala
@@ -160,9 +160,9 @@ public class Rygel.HTTPTimeSeekResponse : Rygel.HTTPResponseElement {
     public HTTPTimeSeekResponse.from_request
                                         (HTTPTimeSeekRequest time_seek_request,
                                          int64               total_duration ) {
-        HTTPTimeSeekResponse.time_only (time_seek_request.start_time,
-                                        time_seek_request.end_time,
-                                        total_duration );
+        this.time_only (time_seek_request.start_time,
+                        time_seek_request.end_time,
+                        total_duration);
     }
 
     public override void add_response_headers (Rygel.HTTPRequest request) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]