diff options
author | Milan Crha <mcrha@redhat.com> | 2009-07-29 01:56:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-11 04:26:11 +0800 |
commit | 78c34e905d5689f72276c323cc06c12fc65d9cc1 (patch) | |
tree | e87b88c422a88d6b7c895632e7da59d829e53003 /calendar/gui/dialogs | |
parent | 3d62dcf4cb08e8acb98693561037d35fd8741c73 (diff) | |
download | gsoc2013-evolution-78c34e905d5689f72276c323cc06c12fc65d9cc1.tar.gz gsoc2013-evolution-78c34e905d5689f72276c323cc06c12fc65d9cc1.tar.zst gsoc2013-evolution-78c34e905d5689f72276c323cc06c12fc65d9cc1.zip |
Bug #314599 - Recurrence Tab Should Not Default To Forever
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r-- | calendar/gui/dialogs/recurrence-page.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/recurrence-page.c b/calendar/gui/dialogs/recurrence-page.c index bd9152afc7..272be77cd9 100644 --- a/calendar/gui/dialogs/recurrence-page.c +++ b/calendar/gui/dialogs/recurrence-page.c @@ -431,7 +431,7 @@ clear_widgets (RecurrencePage *rpage) g_signal_handlers_unblock_matched (priv->interval_unit_combo, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, rpage); priv->ending_date_tt = icaltime_today (); - priv->ending_count = 1; + priv->ending_count = calendar_config_get_default_count (); g_signal_handlers_block_matched (priv->ending_combo, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, rpage); e_dialog_combo_box_set (priv->ending_combo, |