From f1a90dc6dba4b22b5823ecd11ffc486d8f308339 Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Fri, 25 Jan 2002 19:02:19 +0000 Subject: Use 1 instead of zero as the minimum value for the repetitions spin button 2002-01-25 Federico Mena Quintero * gui/dialogs/alarm-options.glade: Use 1 instead of zero as the minimum value for the repetitions spin button as we use a check box to specify whether the alarm has repetitions or not. Fixes bug #19054. svn path=/trunk/; revision=15472 --- calendar/ChangeLog | 7 +++++++ calendar/gui/dialogs/alarm-options.glade | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'calendar') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e079d4c838..a736393c88 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2002-01-25 Federico Mena Quintero + + * gui/dialogs/alarm-options.glade: Use 1 instead of zero as the + minimum value for the repetitions spin button as we use a check + box to specify whether the alarm has repetitions or not. Fixes + bug #19054. + 2002-01-24 Ettore Perazzoli * importers/Makefile.am (evolution_calendar_importer_LDADD): diff --git a/calendar/gui/dialogs/alarm-options.glade b/calendar/gui/dialogs/alarm-options.glade index 02c5d3f953..00c38b9390 100644 --- a/calendar/gui/dialogs/alarm-options.glade +++ b/calendar/gui/dialogs/alarm-options.glade @@ -86,7 +86,7 @@ False False 1 - 0 + 1 999 1 10 -- cgit