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
This commit is contained in:
@ -1,3 +1,19 @@
|
||||
2001-05-09 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* gui/event-editor.c (reminder_add_cb): switch on the correct
|
||||
widget and map
|
||||
|
||||
2001-05-08 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* gui/e-itip-control.c (e_itip_control_factory): unref the
|
||||
property bag when we finish with it
|
||||
|
||||
* gui/evolution-calendar-control.c (calendar_properties_init): ditto
|
||||
|
||||
* gui/control-factory.c (calendar_properties_init): ditto
|
||||
|
||||
* gui/calendar-summary.c (create_summary_view): ditto
|
||||
|
||||
2001-05-08 JP Rosevear <jpr@ximian.com>
|
||||
|
||||
* cal-util/cal-component.c (cal_component_alarm_free):
|
||||
|
||||
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user