diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-11 04:06:46 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-11 04:06:46 +0800 |
commit | a2ef1d7ccfe993e7b23c4c22af72e2e23a3aab8c (patch) | |
tree | 5b5c8b6a16e530f768d50833dcb6e5e2a3f19ce2 /mail/ChangeLog | |
parent | 95b34851418ce6b154d278433216cb611c512f1e (diff) | |
download | gsoc2013-evolution-a2ef1d7ccfe993e7b23c4c22af72e2e23a3aab8c.tar gsoc2013-evolution-a2ef1d7ccfe993e7b23c4c22af72e2e23a3aab8c.tar.gz gsoc2013-evolution-a2ef1d7ccfe993e7b23c4c22af72e2e23a3aab8c.tar.bz2 gsoc2013-evolution-a2ef1d7ccfe993e7b23c4c22af72e2e23a3aab8c.tar.lz gsoc2013-evolution-a2ef1d7ccfe993e7b23c4c22af72e2e23a3aab8c.tar.xz gsoc2013-evolution-a2ef1d7ccfe993e7b23c4c22af72e2e23a3aab8c.tar.zst gsoc2013-evolution-a2ef1d7ccfe993e7b23c4c22af72e2e23a3aab8c.zip |
New callback function to handle the checkbox getting toggled.
2003-03-10 Jeffrey Stedfast <fejj@ximian.com>
* mail-accounts.c (account_able_toggled): New callback function to
handle the checkbox getting toggled.
(mail_accounts_treeview_new): Save the toggle renderer so we can
later connect to it's toggled signal.
(mail_accounts_tab_construct): Connect to the toggle-cell's
toggled signal. Fixes bug #39325.
svn path=/trunk/; revision=20245
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9f31614d2d..5b0d09697f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2003-03-10 Jeffrey Stedfast <fejj@ximian.com> + + * mail-accounts.c (account_able_toggled): New callback function to + handle the checkbox getting toggled. + (mail_accounts_treeview_new): Save the toggle renderer so we can + later connect to it's toggled signal. + (mail_accounts_tab_construct): Connect to the toggle-cell's + toggled signal. Fixes bug #39325. + 2003-03-11 Not Zed <NotZed@Ximian.com> * mail-vfolder.c (vfolder_editor_response): Fix the response code, |