aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2007-07-30 02:10:39 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2007-07-30 02:10:39 +0800
commit5e4904e25530710a32a1f37ff28c69a6d8afc229 (patch)
tree71b7f686d268e17dd29a17d3a7c01eff2678774e /calendar/gui/dialogs
parent45f466f06adc772244935ed208d473d0bb5b7ea9 (diff)
downloadgsoc2013-evolution-5e4904e25530710a32a1f37ff28c69a6d8afc229.tar
gsoc2013-evolution-5e4904e25530710a32a1f37ff28c69a6d8afc229.tar.gz
gsoc2013-evolution-5e4904e25530710a32a1f37ff28c69a6d8afc229.tar.bz2
gsoc2013-evolution-5e4904e25530710a32a1f37ff28c69a6d8afc229.tar.lz
gsoc2013-evolution-5e4904e25530710a32a1f37ff28c69a6d8afc229.tar.xz
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.c4
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;
}