diff options
author | Federico Mena Quintero <federico@ximian.com> | 2002-01-26 03:02:19 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2002-01-26 03:02:19 +0800 |
commit | f1a90dc6dba4b22b5823ecd11ffc486d8f308339 (patch) | |
tree | 0e25f3c7b6466bc98e211b672f6d60906f4babd6 /calendar/gui | |
parent | c8be2f1e11db063acb48c73c15fe56d5e14a4bfa (diff) | |
download | gsoc2013-evolution-f1a90dc6dba4b22b5823ecd11ffc486d8f308339.tar gsoc2013-evolution-f1a90dc6dba4b22b5823ecd11ffc486d8f308339.tar.gz gsoc2013-evolution-f1a90dc6dba4b22b5823ecd11ffc486d8f308339.tar.bz2 gsoc2013-evolution-f1a90dc6dba4b22b5823ecd11ffc486d8f308339.tar.lz gsoc2013-evolution-f1a90dc6dba4b22b5823ecd11ffc486d8f308339.tar.xz gsoc2013-evolution-f1a90dc6dba4b22b5823ecd11ffc486d8f308339.tar.zst gsoc2013-evolution-f1a90dc6dba4b22b5823ecd11ffc486d8f308339.zip |
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
Diffstat (limited to 'calendar/gui')
-rw-r--r-- | calendar/gui/dialogs/alarm-options.glade | 2 |
1 files changed, 1 insertions, 1 deletions
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> |