diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-04-16 01:33:36 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-04-16 01:33:36 +0800 |
commit | e19d08f35761db1ca55e9915bcc7587d503326cd (patch) | |
tree | be4aef25d861dde7161348c530dd21ee8cd01a22 /composer/ChangeLog | |
parent | 974528e1d8e50b2a921d4d1a178e213d2feebeba (diff) | |
download | gsoc2013-evolution-e19d08f35761db1ca55e9915bcc7587d503326cd.tar.gz gsoc2013-evolution-e19d08f35761db1ca55e9915bcc7587d503326cd.tar.zst gsoc2013-evolution-e19d08f35761db1ca55e9915bcc7587d503326cd.zip |
Return FALSE so the signal gets propogated further up the chain. Fixes bug
2003-04-14 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment.c (file_name_focus_out_cb): Return
FALSE so the signal gets propogated further up the chain. Fixes
bug #41238.
(e_msg_composer_attachment_edit): The focus-out-event signal name
changed (although the old name still works...for now?).
svn path=/trunk/; revision=20847
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 eb15c6bf8c..0183e454cd 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,11 @@ +2003-04-14 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer-attachment.c (file_name_focus_out_cb): Return + FALSE so the signal gets propogated further up the chain. Fixes + bug #41238. + (e_msg_composer_attachment_edit): The focus-out-event signal name + changed (although the old name still works...for now?). + 2003-04-11 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer-attachment.glade: Updated to comply with the |