aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2000-07-11 06:57:03 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2000-07-11 06:57:03 +0800
commit0b7919fc139f9bd8cd7287bd1c815769f2f0bd56 (patch)
treee271019c517b287bbab9921381778905cbb26786 /widgets/e-table/ChangeLog
parent6d83f3ed177cac1fba83011a48a248a0ff997e52 (diff)
downloadgsoc2013-evolution-0b7919fc139f9bd8cd7287bd1c815769f2f0bd56.tar
gsoc2013-evolution-0b7919fc139f9bd8cd7287bd1c815769f2f0bd56.tar.gz
gsoc2013-evolution-0b7919fc139f9bd8cd7287bd1c815769f2f0bd56.tar.bz2
gsoc2013-evolution-0b7919fc139f9bd8cd7287bd1c815769f2f0bd56.tar.lz
gsoc2013-evolution-0b7919fc139f9bd8cd7287bd1c815769f2f0bd56.tar.xz
gsoc2013-evolution-0b7919fc139f9bd8cd7287bd1c815769f2f0bd56.tar.zst
gsoc2013-evolution-0b7919fc139f9bd8cd7287bd1c815769f2f0bd56.zip
Make sure the ETable is constructed properly, by setting the
arguments in the parent EScrollFrame class. svn path=/trunk/; revision=4063
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r--widgets/e-table/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index 811a751f45..b695763c4a 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,5 +1,17 @@
2000-07-10 Ettore Perazzoli <ettore@helixcode.com>
+ * e-table.c (set_scroll_adjustments): Be safe if @vadjustment is
+ NULL.
+
+ * e-table-scrolled.c (e_table_scrolled_init): Set policy and
+ shadow type.
+ (e_table_scrolled_real_construct): Don't set the adjustments.
+ (e_table_scrolled_new): Create the widget with `gtk_widget_new()'
+ and pass hadjustment/vadjustment NULL values so that we get the
+ `GTK_OBJECT_CONSTRUCTED' approval.
+
+2000-07-10 Ettore Perazzoli <ettore@helixcode.com>
+
* e-table-scrolled.h: s/GtkTable/EScrollFrameClass/.
2000-07-09 Christopher James Lahey <clahey@helixcode.com>