diff options
author | Chris Toshok <toshok@ximian.com> | 2004-04-10 01:30:39 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-04-10 01:30:39 +0800 |
commit | 65ea752b795545b15ecf68bd4835c27d05f58be1 (patch) | |
tree | 2af29176300d759d2f4d2aff36f023163fff5a2e /calendar/ChangeLog | |
parent | e68394b0d08bd873b39829da8a54ba08177b76e8 (diff) | |
download | gsoc2013-evolution-65ea752b795545b15ecf68bd4835c27d05f58be1.tar gsoc2013-evolution-65ea752b795545b15ecf68bd4835c27d05f58be1.tar.gz gsoc2013-evolution-65ea752b795545b15ecf68bd4835c27d05f58be1.tar.bz2 gsoc2013-evolution-65ea752b795545b15ecf68bd4835c27d05f58be1.tar.lz gsoc2013-evolution-65ea752b795545b15ecf68bd4835c27d05f58be1.tar.xz gsoc2013-evolution-65ea752b795545b15ecf68bd4835c27d05f58be1.tar.zst gsoc2013-evolution-65ea752b795545b15ecf68bd4835c27d05f58be1.zip |
EABDestination -> EDestination. (e_delegate_dialog_get_delegate): same.
2004-04-09 Chris Toshok <toshok@ximian.com>
* gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_construct):
EABDestination -> EDestination.
(e_delegate_dialog_get_delegate): same.
(e_delegate_dialog_get_delegate_name): same.
* gui/dialogs/alarm-options.c (alarm_to_malarm_widgets):
EABDestination -> EDestination.
(malarm_widgets_to_alarm): same.
* gui/e-select-names-editable.c
(e_select_names_editable_get_address): EABDestination ->
EDestination.
(e_select_names_editable_get_name): same.
* gui/e-meeting-list-view.c (process_section): EABDestination ->
EDestination.
(select_names_ok_cb): same.
svn path=/trunk/; revision=25391
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1de5c69490..5b2a98bbbd 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,23 @@ +2004-04-09 Chris Toshok <toshok@ximian.com> + + * gui/dialogs/e-delegate-dialog.c (e_delegate_dialog_construct): + EABDestination -> EDestination. + (e_delegate_dialog_get_delegate): same. + (e_delegate_dialog_get_delegate_name): same. + + * gui/dialogs/alarm-options.c (alarm_to_malarm_widgets): + EABDestination -> EDestination. + (malarm_widgets_to_alarm): same. + + * gui/e-select-names-editable.c + (e_select_names_editable_get_address): EABDestination -> + EDestination. + (e_select_names_editable_get_name): same. + + * gui/e-meeting-list-view.c (process_section): EABDestination -> + EDestination. + (select_names_ok_cb): same. + 2004-04-09 Dan Winship <danw@ximian.com> * gui/gnome-cal.c (gnome_calendar_set_ui_component): Create an |