diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-12-09 05:33:35 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-12-09 05:33:35 +0800 |
commit | 3fb451ad92ec8175e987b27aa67ed8acc7e22aa8 (patch) | |
tree | e7960336e598bc5cbe94b2d4723f11c9d7f3e546 /mail/ChangeLog | |
parent | d65526d2708c57078b63e557530a715aa2932052 (diff) | |
download | gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.tar gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.tar.gz gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.tar.bz2 gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.tar.lz gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.tar.xz gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.tar.zst gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.zip |
Connect to signals on the ETable instead of the ETableScrolled.
2000-12-08 Christopher James Lahey <clahey@helixcode.com>
* folder-browser.c: Connect to signals on the ETable instead of
the ETableScrolled.
* subscribe-dialog.c: Used the e_table_scrolled_get_table function
instead of accessing the variable directly.
svn path=/trunk/; revision=6873
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 906bda8639..bde92669dc 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,13 @@ 2000-12-08 Christopher James Lahey <clahey@helixcode.com> + * folder-browser.c: Connect to signals on the ETable instead of + the ETableScrolled. + + * subscribe-dialog.c: Used the e_table_scrolled_get_table function + instead of accessing the variable directly. + +2000-12-08 Christopher James Lahey <clahey@helixcode.com> + * message-list.c: Connect to signals on the ETable instead of the ETableScrolled. |