diff options
author | Hans Petter Jansson <hpj@ximian.com> | 2004-04-23 08:40:25 +0800 |
---|---|---|
committer | Hans Petter <hansp@src.gnome.org> | 2004-04-23 08:40:25 +0800 |
commit | bfc49c80227b6d165d726019711af83fe3338068 (patch) | |
tree | 8e921263abc039f05c762b8dde85be7ffb075e35 /addressbook/ChangeLog | |
parent | 976cdd5eb9d8ad0800761ce883efe9289edf9c54 (diff) | |
download | gsoc2013-evolution-bfc49c80227b6d165d726019711af83fe3338068.tar.gz gsoc2013-evolution-bfc49c80227b6d165d726019711af83fe3338068.tar.zst gsoc2013-evolution-bfc49c80227b6d165d726019711af83fe3338068.zip |
Correct the dialog's title.
2004-04-22 Hans Petter Jansson <hpj@ximian.com>
* gui/contact-editor/contact-editor.glade: Correct the dialog's title.
* gui/contact-editor/e-contact-editor.c (init_email_record_location):
Connect to entry's activate signal.
(init_phone_record_type): Ditto.
(init_im_record_location): Ditto.
(init_address_field): Ditto.
(set_entry_changed_signal_field): Remove unnecessary checks.
(set_urlentry_changed_signal_field): Ditto.
(set_entry_changed_signals): Ditto.
(set_entry_activate_signal_field): Implement.
(set_urlentry_activate_signal_field): Implement.
(set_entry_activate_signals): Implement.
(e_contact_editor_init): Call set_entry_activate_signals ().
svn path=/trunk/; revision=25590
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 31365c6477..6b9389ef33 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,5 +1,22 @@ 2004-04-22 Hans Petter Jansson <hpj@ximian.com> + * gui/contact-editor/contact-editor.glade: Correct the dialog's title. + + * gui/contact-editor/e-contact-editor.c (init_email_record_location): + Connect to entry's activate signal. + (init_phone_record_type): Ditto. + (init_im_record_location): Ditto. + (init_address_field): Ditto. + (set_entry_changed_signal_field): Remove unnecessary checks. + (set_urlentry_changed_signal_field): Ditto. + (set_entry_changed_signals): Ditto. + (set_entry_activate_signal_field): Implement. + (set_urlentry_activate_signal_field): Implement. + (set_entry_activate_signals): Implement. + (e_contact_editor_init): Call set_entry_activate_signals (). + +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. |