diff options
author | Chris Toshok <toshok@ximian.com> | 2003-04-08 12:56:10 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2003-04-08 12:56:10 +0800 |
commit | 3b414f434678cff38a7b323b68a5fd4440b5bd99 (patch) | |
tree | 94a7a7c5dfd5c88ec07078bb227cb52e0e235760 /composer/ChangeLog | |
parent | d99bee317238171903464026374c53d978545924 (diff) | |
download | gsoc2013-evolution-3b414f434678cff38a7b323b68a5fd4440b5bd99.tar.gz gsoc2013-evolution-3b414f434678cff38a7b323b68a5fd4440b5bd99.tar.zst gsoc2013-evolution-3b414f434678cff38a7b323b68a5fd4440b5bd99.zip |
[ fixes bug #39763 ] remove the control_entry_focus_{in,out}_event_cb
2003-04-07 Chris Toshok <toshok@ximian.com>
[ fixes bug #39763 ]
* e-msg-composer.c (setup_cut_copy_paste): remove the
control_entry_focus_{in,out}_event_cb signal stuff.
(control_entry_focus_in_event_cb): nuke
(control_entry_focus_in_event_cb): same.
* e-msg-composer-hdrs.c (create_addressbook_entry): pass the
contain to bonobo_widget_new_control_from_objref when creating the
entries.
svn path=/trunk/; revision=20745
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index eb439600da..7c7c09c999 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,15 @@ +2003-04-07 Chris Toshok <toshok@ximian.com> + + [ fixes bug #39763 ] + * e-msg-composer.c (setup_cut_copy_paste): remove the + control_entry_focus_{in,out}_event_cb signal stuff. + (control_entry_focus_in_event_cb): nuke + (control_entry_focus_in_event_cb): same. + + * e-msg-composer-hdrs.c (create_addressbook_entry): pass the + contain to bonobo_widget_new_control_from_objref when creating the + entries. + 2003-04-04 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (autosave_save_draft): If the composer isn't |