Use 1 instead of zero as the minimum value for the repetitions spin button
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. svn path=/trunk/; revision=15472
This commit is contained in:
committed by
Federico Mena Quintero
parent
c8be2f1e11
commit
f1a90dc6db
@@ -1,3 +1,5 @@
|
||||
*** SOMEONE SHOULD MERGE NEWS FROM THE 1-0 BRANCH HERE ***
|
||||
|
||||
Evolution 0.99.2 (Release Candidate 2), 2001-11-14
|
||||
--------------------------------------------------
|
||||
|
||||
|
||||
@@ -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):
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user