aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-sync-stream.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@novell.com>2009-07-24 02:48:45 +0800
committerSrinivasa Ragavan <sragavan@novell.com>2009-07-24 02:53:03 +0800
commite502c83e159afd3df74c8ff20cf21e56bfb1a242 (patch)
tree1f4406eb038c4aacea7f5a195285d254c3ad6197 /mail/em-sync-stream.h
parentf69c15d69d634a3fb857cc062f91e31055a95863 (diff)
downloadgsoc2013-evolution-e502c83e159afd3df74c8ff20cf21e56bfb1a242.tar
gsoc2013-evolution-e502c83e159afd3df74c8ff20cf21e56bfb1a242.tar.gz
gsoc2013-evolution-e502c83e159afd3df74c8ff20cf21e56bfb1a242.tar.bz2
gsoc2013-evolution-e502c83e159afd3df74c8ff20cf21e56bfb1a242.tar.lz
gsoc2013-evolution-e502c83e159afd3df74c8ff20cf21e56bfb1a242.tar.xz
gsoc2013-evolution-e502c83e159afd3df74c8ff20cf21e56bfb1a242.tar.zst
gsoc2013-evolution-e502c83e159afd3df74c8ff20cf21e56bfb1a242.zip
Unref idle loops in finalize.
Diffstat (limited to 'mail/em-sync-stream.h')
-rw-r--r--mail/em-sync-stream.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-sync-stream.h b/mail/em-sync-stream.h
index 16cdc272d1..3d74a02a35 100644
--- a/mail/em-sync-stream.h
+++ b/mail/em-sync-stream.h
@@ -53,6 +53,7 @@ struct _EMSyncStream {
CamelStream parent;
GString *buffer;
gboolean cancel;
+ guint idle_id;
};
struct _EMSyncStreamClass {