[rygel] core: Call correct callback in handle_real
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [rygel] core: Call correct callback in handle_real
- Date: Fri, 22 Apr 2011 18:08:58 +0000 (UTC)
commit a1399cc93a25ede4acdb2aa61deb2da273f49e1b
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]