aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/eventedit.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/eventedit.c')
-rw-r--r--calendar/gui/eventedit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c
index 7a686ec264..4cc9ce65b6 100644
--- a/calendar/gui/eventedit.c
+++ b/calendar/gui/eventedit.c
@@ -965,7 +965,7 @@ ee_rp_init_rule (EventEditor *ee)
/* Default to today */
week_vector = 1 << tm->tm_wday;
- default_day = tm->tm_mday - 1;
+ default_day = tm->tm_mday;
def_pos = 0;
def_off = 0;