diff options
author | Federico Mena Quintero <federico@ximian.com> | 2001-09-19 04:56:38 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2001-09-19 04:56:38 +0800 |
commit | 54141f67b759d3533605a06305ead06d1d3ec4f7 (patch) | |
tree | b8793851ff338d1e79e1bfa98ca4c5623e4caeed /calendar/gui/dialogs/cal-prefs-dialog.glade | |
parent | cc2f35f2b15566cbd90f673ec2f7d3caa017a988 (diff) | |
download | gsoc2013-evolution-54141f67b759d3533605a06305ead06d1d3ec4f7.tar.gz gsoc2013-evolution-54141f67b759d3533605a06305ead06d1d3ec4f7.tar.zst gsoc2013-evolution-54141f67b759d3533605a06305ead06d1d3ec4f7.zip |
Fixes bug #2830.
2001-09-18 Federico Mena Quintero <federico@ximian.com>
Fixes bug #2830.
* gui/calendar-config.c (calendar_config_get_confirm_delete): New
function.
(calendar_config_set_confirm_delete): New function.
(config_read): Get the default value for the ConfirmDelete option.
(calendar_config_write): Set the value of ConfirmDelete.
* gui/dialogs/delete-comp.c (delete_component_dialog): Handle the
configuration option for confirmation.
* gui/dialogs/cal-prefs-dialog.c (CalPrefsDialogPrivate): Added
the fields for the Other page.
(get_widgets): Handle the new widgets.
(cal_prefs_dialog_show_config): Likewise.
(cal_prefs_dialog_update_config): Likewise.
svn path=/trunk/; revision=12953
Diffstat (limited to 'calendar/gui/dialogs/cal-prefs-dialog.glade')
-rw-r--r-- | calendar/gui/dialogs/cal-prefs-dialog.glade | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/dialogs/cal-prefs-dialog.glade b/calendar/gui/dialogs/cal-prefs-dialog.glade index ed301e805c..a6eb2ceb66 100644 --- a/calendar/gui/dialogs/cal-prefs-dialog.glade +++ b/calendar/gui/dialogs/cal-prefs-dialog.glade @@ -851,7 +851,7 @@ Days <widget> <class>GtkCheckButton</class> - <name>checkbutton1</name> + <name>confirm-delete</name> <can_focus>True</can_focus> <label>_Ask for confirmation when deleting items</label> <active>False</active> @@ -865,7 +865,7 @@ Days <widget> <class>GtkCheckButton</class> - <name>checkbutton2</name> + <name>default-reminder</name> <can_focus>True</can_focus> <label>Create new appointments with a default _reminder</label> <active>False</active> @@ -909,7 +909,7 @@ Days <widget> <class>GtkSpinButton</class> - <name>spinbutton1</name> + <name>default-reminder-interval</name> <can_focus>True</can_focus> <climb_rate>1</climb_rate> <digits>0</digits> @@ -932,7 +932,7 @@ Days <widget> <class>GtkOptionMenu</class> - <name>optionmenu1</name> + <name>default-reminder-units</name> <can_focus>True</can_focus> <items>Minutes Hours |