aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-05-10 04:29:18 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-05-10 04:29:18 +0800
commit757cfd07389b2c6bb28de7dfbbc491e96c9ff727 (patch)
tree70581b42432146b724604ef9bef3a9ee45185dd1 /calendar/gui
parent3f207278fb889bacbfda7afa3899257d0c29888c (diff)
downloadgsoc2013-evolution-757cfd07389b2c6bb28de7dfbbc491e96c9ff727.tar
gsoc2013-evolution-757cfd07389b2c6bb28de7dfbbc491e96c9ff727.tar.gz
gsoc2013-evolution-757cfd07389b2c6bb28de7dfbbc491e96c9ff727.tar.bz2
gsoc2013-evolution-757cfd07389b2c6bb28de7dfbbc491e96c9ff727.tar.lz
gsoc2013-evolution-757cfd07389b2c6bb28de7dfbbc491e96c9ff727.tar.xz
gsoc2013-evolution-757cfd07389b2c6bb28de7dfbbc491e96c9ff727.tar.zst
gsoc2013-evolution-757cfd07389b2c6bb28de7dfbbc491e96c9ff727.zip
switch on the correct widget and map
2001-05-09 JP Rosevear <jpr@ximian.com> * gui/event-editor.c (reminder_add_cb): switch on the correct widget and map svn path=/trunk/; revision=9735
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/event-editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/event-editor.c b/calendar/gui/event-editor.c
index b497679bac..242ef67226 100644
--- a/calendar/gui/event-editor.c
+++ b/calendar/gui/event-editor.c
@@ -3064,7 +3064,7 @@ reminder_add_cb (GtkWidget *widget, EventEditor *ee)
else
trigger.u.rel_duration.is_neg = 0;
- switch (e_dialog_option_menu_get (priv->reminder_relative, reminder_relative_map)) {
+ switch (e_dialog_option_menu_get (priv->reminder_value_units, reminder_value_map)) {
case MINUTES:
trigger.u.rel_duration.minutes = e_dialog_spin_get_int (priv->reminder_interval_value);
break;