aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-09 05:33:35 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-09 05:33:35 +0800
commit3fb451ad92ec8175e987b27aa67ed8acc7e22aa8 (patch)
treee7960336e598bc5cbe94b2d4723f11c9d7f3e546 /mail/ChangeLog
parentd65526d2708c57078b63e557530a715aa2932052 (diff)
downloadgsoc2013-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/ChangeLog8
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.