diff options
author | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-30 02:10:39 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2007-07-30 02:10:39 +0800 |
commit | 5e4904e25530710a32a1f37ff28c69a6d8afc229 (patch) | |
tree | 71b7f686d268e17dd29a17d3a7c01eff2678774e /calendar/gui/dialogs | |
parent | 45f466f06adc772244935ed208d473d0bb5b7ea9 (diff) | |
download | gsoc2013-evolution-5e4904e25530710a32a1f37ff28c69a6d8afc229.tar.gz gsoc2013-evolution-5e4904e25530710a32a1f37ff28c69a6d8afc229.tar.zst gsoc2013-evolution-5e4904e25530710a32a1f37ff28c69a6d8afc229.zip |
Fixes #461474.
Fixes #461474.
svn path=/trunk/; revision=33889
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/task-page.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/calendar/gui/dialogs/task-page.c b/calendar/gui/dialogs/task-page.c index e839d3a810..dd6277cca5 100644 --- a/calendar/gui/dialogs/task-page.c +++ b/calendar/gui/dialogs/task-page.c @@ -1369,10 +1369,6 @@ task_page_set_dates (CompEditorPage *page, CompEditorPageDates *dates) if (priv->updating) return; - - priv->updating = TRUE; - - priv->updating = FALSE; } |