diff options
author | Chris Toshok <toshok@ximian.com> | 2001-07-25 05:07:23 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2001-07-25 05:07:23 +0800 |
commit | aa25742b3831318c1de39655f3d6e2748262b2db (patch) | |
tree | ff3910fb4557c41e1720af9a8da1272212b37c78 /addressbook/ChangeLog | |
parent | 5c82c66fa702c0e0f87c9d576afc9db94e3d6ed0 (diff) | |
download | gsoc2013-evolution-aa25742b3831318c1de39655f3d6e2748262b2db.tar.gz gsoc2013-evolution-aa25742b3831318c1de39655f3d6e2748262b2db.tar.zst gsoc2013-evolution-aa25742b3831318c1de39655f3d6e2748262b2db.zip |
call widget_changed. (phone_entry_changed): same. (email_entry_changed):
2001-07-24 Chris Toshok <toshok@ximian.com>
* gui/contact-editor/e-contact-editor.c (wants_html_changed): call
widget_changed.
(phone_entry_changed): same.
(email_entry_changed): same.
(address_text_changed): same.
(name_entry_changed): same.
(company_entry_changed): same.
(widget_changed): new function that we can either call or set as a
signal to change the "changed" flag on the dialog.
(set_entry_changed_signals): connect lots of "changed" signals on
widgets to widget_changed.
(add_lists): connect "changed" to widget_changed.
svn path=/trunk/; revision=11355
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 50548e10db..4ac34baebe 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,18 @@ +2001-07-24 Chris Toshok <toshok@ximian.com> + + * gui/contact-editor/e-contact-editor.c (wants_html_changed): call + widget_changed. + (phone_entry_changed): same. + (email_entry_changed): same. + (address_text_changed): same. + (name_entry_changed): same. + (company_entry_changed): same. + (widget_changed): new function that we can either call or set as a + signal to change the "changed" flag on the dialog. + (set_entry_changed_signals): connect lots of "changed" signals on + widgets to widget_changed. + (add_lists): connect "changed" to widget_changed. + 2001-07-24 Jon Trowbridge <trow@ximian.com> * gui/component/select-names/e-select-names.c |