aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/dialogs/alarm-options.glade2
3 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dc2b6a40e0..c9e577e07a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+*** SOMEONE SHOULD MERGE NEWS FROM THE 1-0 BRANCH HERE ***
+
Evolution 0.99.2 (Release Candidate 2), 2001-11-14
--------------------------------------------------
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 <federico@ximian.com>
+
+ * 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 <ettore@ximian.com>
* 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 @@
<snap>False</snap>
<wrap>False</wrap>
<value>1</value>
- <lower>0</lower>
+ <lower>1</lower>
<upper>999</upper>
<step>1</step>
<page>10</page>