aboutsummaryrefslogtreecommitdiffstats
path: root/modules/calendar/e-task-shell-view-private.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-11-24 23:35:59 +0800
committerMilan Crha <mcrha@redhat.com>2011-11-24 23:36:42 +0800
commit4169ce41cc34d992ebd63b1bcc8f604e69aea89a (patch)
tree1aba982292305af36dc6873f487d67443c34f277 /modules/calendar/e-task-shell-view-private.h
parent2eb60688a1955a95c3a040bd98f76bb67e3ff3ed (diff)
downloadgsoc2013-evolution-4169ce41cc34d992ebd63b1bcc8f604e69aea89a.tar
gsoc2013-evolution-4169ce41cc34d992ebd63b1bcc8f604e69aea89a.tar.gz
gsoc2013-evolution-4169ce41cc34d992ebd63b1bcc8f604e69aea89a.tar.bz2
gsoc2013-evolution-4169ce41cc34d992ebd63b1bcc8f604e69aea89a.tar.lz
gsoc2013-evolution-4169ce41cc34d992ebd63b1bcc8f604e69aea89a.tar.xz
gsoc2013-evolution-4169ce41cc34d992ebd63b1bcc8f604e69aea89a.tar.zst
gsoc2013-evolution-4169ce41cc34d992ebd63b1bcc8f604e69aea89a.zip
Bug #664634 - Deadlock when processing completed tasks filter
Diffstat (limited to 'modules/calendar/e-task-shell-view-private.h')
-rw-r--r--modules/calendar/e-task-shell-view-private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/calendar/e-task-shell-view-private.h b/modules/calendar/e-task-shell-view-private.h
index ec2173f201..66e664645e 100644
--- a/modules/calendar/e-task-shell-view-private.h
+++ b/modules/calendar/e-task-shell-view-private.h
@@ -100,6 +100,7 @@ struct _ETaskShellViewPrivate {
EActivity *activity;
guint update_timeout;
+ guint update_completed_timeout;
guint confirm_purge : 1;
};