diff options
author | Miguel de Icaza <miguel@ximian.com> | 2001-01-12 15:09:51 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-12 15:09:51 +0800 |
commit | 891d37dac8f9a80a8f007c825af2987692d1be63 (patch) | |
tree | a2027d66f0073b2cf00613350d80f166422ea4e6 /composer/ChangeLog | |
parent | 5aa11827ce3c662631be7e0fd681394c7f179207 (diff) | |
download | gsoc2013-evolution-891d37dac8f9a80a8f007c825af2987692d1be63.tar gsoc2013-evolution-891d37dac8f9a80a8f007c825af2987692d1be63.tar.gz gsoc2013-evolution-891d37dac8f9a80a8f007c825af2987692d1be63.tar.bz2 gsoc2013-evolution-891d37dac8f9a80a8f007c825af2987692d1be63.tar.lz gsoc2013-evolution-891d37dac8f9a80a8f007c825af2987692d1be63.tar.xz gsoc2013-evolution-891d37dac8f9a80a8f007c825af2987692d1be63.tar.zst gsoc2013-evolution-891d37dac8f9a80a8f007c825af2987692d1be63.zip |
Only attach to "changed" if the widget is an EEntry. The HEADER_COMBOBOX
2001-01-12 Miguel de Icaza <miguel@ximian.com>
* e-msg-composer-hdrs.c (add_header): Only attach to "changed" if
the widget is an EEntry. The HEADER_COMBOBOX and the
HEADER_ADDRBOOK are a ComboBox and a remote Bonobo control
respectively.
* evolution-composer.c (get_object): Move getObject functionality
here from e-msg-composer.c
svn path=/trunk/; revision=7441
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 3b67096ed5..68208b057f 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,13 @@ +2001-01-12 Miguel de Icaza <miguel@ximian.com> + + * e-msg-composer-hdrs.c (add_header): Only attach to "changed" if + the widget is an EEntry. The HEADER_COMBOBOX and the + HEADER_ADDRBOOK are a ComboBox and a remote Bonobo control + respectively. + + * evolution-composer.c (get_object): Move getObject functionality + here from e-msg-composer.c + 2001-01-11 Miguel de Icaza <miguel@ximian.com> * e-msg-composer-hdrs.c (create_dropdown_entry): Only set the |