diff options
author | Milan Crha <mcrha@redhat.com> | 2013-01-30 00:04:40 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2013-01-30 00:04:40 +0800 |
commit | 4f62d2108d987b8920a652f74f9ddb42c8e25d4e (patch) | |
tree | 6561faa03496a2543e35d71198cc9c6940dcb9c5 /plugins | |
parent | 67bacdcdb41ab1f443b1fda9ae7813e06df2e0b1 (diff) | |
download | gsoc2013-evolution-4f62d2108d987b8920a652f74f9ddb42c8e25d4e.tar.gz gsoc2013-evolution-4f62d2108d987b8920a652f74f9ddb42c8e25d4e.tar.zst gsoc2013-evolution-4f62d2108d987b8920a652f74f9ddb42c8e25d4e.zip |
Bug #692783 - [mail-to-task] Crash on edit prompt cancel
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mail-to-task/mail-to-task.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/mail-to-task/mail-to-task.c b/plugins/mail-to-task/mail-to-task.c index cf15d4056d..fcffbadbb5 100644 --- a/plugins/mail-to-task/mail-to-task.c +++ b/plugins/mail-to-task/mail-to-task.c @@ -813,7 +813,6 @@ do_manage_comp_idle (struct _manage_comp *mc) } else { /* User canceled editing already existing event, so treat it as if he just closed the editor window */ comp_editor_closed (NULL, FALSE, mc); - g_cond_signal (&mc->cond); } if (error) { |