aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-col.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-04-10 11:22:33 +0800
committerChris Lahey <clahey@src.gnome.org>2001-04-10 11:22:33 +0800
commitf37767da8e80f84a5ecf98c17259c24c9a875ebc (patch)
tree0dc6fcf7ac16b158cdc59a22b2f453a91efbb608 /widgets/table/e-table-col.c
parentbdb627f2439cdff4c1acd0ed05bcd16d3b45c139 (diff)
downloadgsoc2013-evolution-f37767da8e80f84a5ecf98c17259c24c9a875ebc.tar
gsoc2013-evolution-f37767da8e80f84a5ecf98c17259c24c9a875ebc.tar.gz
gsoc2013-evolution-f37767da8e80f84a5ecf98c17259c24c9a875ebc.tar.bz2
gsoc2013-evolution-f37767da8e80f84a5ecf98c17259c24c9a875ebc.tar.lz
gsoc2013-evolution-f37767da8e80f84a5ecf98c17259c24c9a875ebc.tar.xz
gsoc2013-evolution-f37767da8e80f84a5ecf98c17259c24c9a875ebc.tar.zst
gsoc2013-evolution-f37767da8e80f84a5ecf98c17259c24c9a875ebc.zip
Changed resizeable to resizable in ETableCol for consistency.
2001-04-09 Christopher James Lahey <clahey@ximian.com> * e-table-col.c, e-table-col.h, e-table-header-item.c, e-table-header.c, e-table-item.c: Changed resizeable to resizable in ETableCol for consistency. * e-tree-selection-model.c (etsm_row_of_node): Return -1 here if the path isn't found. (etsm_sorted_node_changed): If cursor_row is -1, make cursor_col -1 as well. svn path=/trunk/; revision=9211
Diffstat (limited to 'widgets/table/e-table-col.c')
-rw-r--r--widgets/table/e-table-col.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-table-col.c b/widgets/table/e-table-col.c
index 38ae4a9b51..7a67a7cf55 100644
--- a/widgets/table/e-table-col.c
+++ b/widgets/table/e-table-col.c
@@ -140,7 +140,7 @@ e_table_col_new (int col_idx, const char *text, double expansion, int min_width,
etc->compare = compare;
etc->selected = 0;
- etc->resizeable = resizable;
+ etc->resizable = resizable;
gtk_object_ref (GTK_OBJECT(etc->ecell));
@@ -198,7 +198,7 @@ e_table_col_new_with_pixbuf (int col_idx, const char *text, GdkPixbuf *pixbuf, d
etc->compare = compare;
etc->selected = 0;
- etc->resizeable = resizable;
+ etc->resizable = resizable;
gtk_object_ref (GTK_OBJECT(etc->ecell));
gdk_pixbuf_ref (etc->pixbuf);