diff options
author | Jason Leach <jasonleach@usa.net> | 2001-01-19 23:58:02 +0800 |
---|---|---|
committer | Jacob Leach <jleach@src.gnome.org> | 2001-01-19 23:58:02 +0800 |
commit | 62a2dc7c2e5c5a11184ac23fc626aa22f499ab03 (patch) | |
tree | 678a10d973d6ccc6a6309893ebd8a433b2d6402e /composer/ChangeLog | |
parent | e0368460a3f69462db41f41ef3b7c66461daa301 (diff) | |
download | gsoc2013-evolution-62a2dc7c2e5c5a11184ac23fc626aa22f499ab03.tar gsoc2013-evolution-62a2dc7c2e5c5a11184ac23fc626aa22f499ab03.tar.gz gsoc2013-evolution-62a2dc7c2e5c5a11184ac23fc626aa22f499ab03.tar.bz2 gsoc2013-evolution-62a2dc7c2e5c5a11184ac23fc626aa22f499ab03.tar.lz gsoc2013-evolution-62a2dc7c2e5c5a11184ac23fc626aa22f499ab03.tar.xz gsoc2013-evolution-62a2dc7c2e5c5a11184ac23fc626aa22f499ab03.tar.zst gsoc2013-evolution-62a2dc7c2e5c5a11184ac23fc626aa22f499ab03.zip |
(Adding a boolean "entry_changed" BonoboPropertyBag arg)
2001-01-19 Jason Leach <jasonleach@usa.net>
(Adding a boolean "entry_changed" BonoboPropertyBag arg)
* gui/component/select-names/e-select-names-bonobo.c
(entry_set_property_fn): Use a gtk_object_set_data to set the
property to TRUE here.
(entry_changed): New function, calls bonobo_control_set_property
if entry_changed hasn't been set to TRUE yet.
(impl_SelectNames_get_entry_for_section): Connect "changed" on
each entry_widget to the new entry_changed() func.
2001-01-19 Jason Leach <jasonleach@usa.net>
* e-msg-composer-hdrs.c (create_addressbook_entry): Listen for
property bag changes to "entry_changed" on here, which means on
the To, Cc, and Bcc entries.
(addressbook_entry_changed): New function that gets called when
"entry_changed" property is changed (to TRUE).
svn path=/trunk/; revision=7649
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index cff16bc2d7..b2492fd67c 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,11 @@ +2001-01-19 Jason Leach <jasonleach@usa.net> + + * e-msg-composer-hdrs.c (create_addressbook_entry): Listen for + property bag changes to "entry_changed" on here, which means on + the To, Cc, and Bcc entries. + (addressbook_entry_changed): New function that gets called when + "entry_changed" property is changed (to TRUE). + 2001-01-18 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (build_message): Updated to reflect changes to |