[rygel/rygel-0-10: 1/8] core: Call correct callback in handle_real
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel/rygel-0-10: 1/8] core: Call correct callback in handle_real
- Date: Tue, 31 May 2011 18:45:20 +0000 (UTC)
commit a610130f87c5bc2e3224561c5d89281cf92c2e30
Author: Jens Georg <mail jensge org>
Date: Fri Apr 22 21:08:28 2011 +0300
core: Call correct callback in handle_real
Was working by chance only
src/rygel/rygel-http-post.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/rygel/rygel-http-post.vala b/src/rygel/rygel-http-post.vala
index 41cb366..4ec1b59 100644
--- a/src/rygel/rygel-http-post.vala
+++ b/src/rygel/rygel-http-post.vala
@@ -78,7 +78,7 @@ internal class Rygel.HTTPPost : HTTPRequest {
this.cancellable);
this.server.unpause_message (this.msg);
- this.handle_continue = this.handle.callback;
+ this.handle_continue = this.handle_real.callback;
yield;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]