diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-04-23 07:51:43 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-04-23 07:51:43 +0800 |
commit | 976cdd5eb9d8ad0800761ce883efe9289edf9c54 (patch) | |
tree | 68c26d879a1c703cadc99be8cd83dbbe8ca022c5 /addressbook/ChangeLog | |
parent | 4cfb4a015fd96675c31dca04cf86d06b623a44ac (diff) | |
download | gsoc2013-evolution-976cdd5eb9d8ad0800761ce883efe9289edf9c54.tar gsoc2013-evolution-976cdd5eb9d8ad0800761ce883efe9289edf9c54.tar.gz gsoc2013-evolution-976cdd5eb9d8ad0800761ce883efe9289edf9c54.tar.bz2 gsoc2013-evolution-976cdd5eb9d8ad0800761ce883efe9289edf9c54.tar.lz gsoc2013-evolution-976cdd5eb9d8ad0800761ce883efe9289edf9c54.tar.xz gsoc2013-evolution-976cdd5eb9d8ad0800761ce883efe9289edf9c54.tar.zst gsoc2013-evolution-976cdd5eb9d8ad0800761ce883efe9289edf9c54.zip |
Override the save_contact function. (e_contact_editor_save_contact):
2004-04-22 Hans Petter Jansson <hpj@ximian.com>
* gui/contact-editor/e-contact-editor.c (e_contact_editor_class_init):
Override the save_contact function.
(e_contact_editor_save_contact): Implement.
(e_contact_editor_init): Remove some unnecessary checks - if
something's the matter with the UI files, that needs to be warned
about and fixed, not silently worked around.
svn path=/trunk/; revision=25589
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 1224e59e55..31365c6477 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,14 @@ 2004-04-22 Hans Petter Jansson <hpj@ximian.com> + * gui/contact-editor/e-contact-editor.c (e_contact_editor_class_init): + Override the save_contact function. + (e_contact_editor_save_contact): Implement. + (e_contact_editor_init): Remove some unnecessary checks - if + something's the matter with the UI files, that needs to be warned + about and fixed, not silently worked around. + +2004-04-22 Hans Petter Jansson <hpj@ximian.com> + * gui/contact-editor/contact-editor.glade: Make the window be a GtkDialog. |