From e27c0f7d1a89c33e7c81de58984c7fb043f102f6 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Thu, 23 Aug 2001 01:57:25 +0000 Subject: Unset the priv->updating flag before returning in the case the component 2001-08-22 Federico Mena Quintero * gui/dialogs/recurrence-page.c (recurrence_page_fill_widgets): Unset the priv->updating flag before returning in the case the component has no recurrence information. Fixes bug #6850. svn path=/trunk/; revision=12413 --- calendar/ChangeLog | 6 ++++++ calendar/gui/dialogs/recurrence-page.c | 2 ++ 2 files changed, 8 insertions(+) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ef44fa960e..bc8b72e02f 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2001-08-22 Federico Mena Quintero + + * gui/dialogs/recurrence-page.c (recurrence_page_fill_widgets): + Unset the priv->updating flag before returning in the case the + component has no recurrence information. Fixes bug #6850. + 2001-08-22 Federico Mena Quintero * gui/alarm-notify/alarm-queue.c (QueuedAlarm): Added a snooze diff --git a/calendar/gui/dialogs/recurrence-page.c b/calendar/gui/dialogs/recurrence-page.c index f06d8f76ec..586a291bfb 100644 --- a/calendar/gui/dialogs/recurrence-page.c +++ b/calendar/gui/dialogs/recurrence-page.c @@ -1449,6 +1449,8 @@ recurrence_page_fill_widgets (CompEditorPage *page, CalComponent *comp) sensitize_recur_widgets (rpage); preview_recur (rpage); + + priv->updating = FALSE; return; } -- cgit v1.2.3