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 | |
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')
-rw-r--r-- | calendar/ChangeLog | 5 | ||||
-rw-r--r-- | calendar/gui/dialogs/task-page.c | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ff0424aeb3..6128f7b978 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2007-07-29 Rob Bradford <rob@robster.org.uk> + + * gui/dialogs/task-page.c: (task_page_set_dates): + Remove redundant code. + 2007-07-29 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #455862 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; } |