aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/eventedit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/eventedit.c b/calendar/gui/eventedit.c
index 72d48617d0..4ae35d5fe7 100644
--- a/calendar/gui/eventedit.c
+++ b/calendar/gui/eventedit.c
@@ -570,6 +570,9 @@ ee_store_recur_rule_to_ical (EventEditor *ee)
ical->recur->u.month_day =
gtk_spin_button_get_value_as_int (
GTK_SPIN_BUTTON (ee->recur_rr_month_date));
+ ical->recur->interval =
+ gtk_spin_button_get_value_as_int (
+ GTK_SPIN_BUTTON (ee->recur_rr_month_period));
} else {
/* by position */
/net?h=dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=c57ad9f2c125d3a9b2b5d33129432539352d352b'>net/csync2
Commit message (Expand)AuthorAgeFilesLines
* Bump PORTREVISION on more ports that depend on libgcrypt after the updatetijl2014-08-061-1/+1
* - Update security/libtasn1 to 4.0novel2014-07-281-1/+1
* - Replace security/gnutls with security/gnutls3 and update to 3.2.15tijl2014-07-23