[libgdata/libgdata-0-6] documents: Actually store the content-type notification signal handler ID
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgdata/libgdata-0-6] documents: Actually store the content-type notification signal handler ID
- Date: Sat, 11 Dec 2010 21:51:49 +0000 (UTC)
commit 782a7a1cbd613de08b47d639f3d72eb678cb9bd0
Author: Philip Withnall <philip tecnocode co uk>
Date: Sat Dec 11 19:13:22 2010 +0000
documents: Actually store the content-type notification signal handler ID
This is the third commit to fix this trivial problem. I need more sugar.
gdata/services/documents/gdata-documents-entry.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdata/services/documents/gdata-documents-entry.c b/gdata/services/documents/gdata-documents-entry.c
index 20a61f3..40050c4 100644
--- a/gdata/services/documents/gdata-documents-entry.c
+++ b/gdata/services/documents/gdata-documents-entry.c
@@ -646,7 +646,7 @@ _gdata_documents_entry_download_document (GDataDocumentsEntry *self, GDataServic
/* Synchronously splice the data from the download stream to the file stream (network -> disk) */
src_stream = gdata_download_stream_new (GDATA_SERVICE (service), src_uri);
if (content_type != NULL)
- g_signal_connect (src_stream, "notify::content-type", (GCallback) notify_content_type_cb, content_type);
+ content_type_signal = g_signal_connect (src_stream, "notify::content-type", (GCallback) notify_content_type_cb, content_type);
g_output_stream_splice (G_OUTPUT_STREAM (dest_stream), src_stream,
G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE | G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET, cancellable, &child_error);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]