diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-14 15:07:37 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-14 15:07:37 +0800 |
commit | fabd9d91ab1aee4a091ddcdd6e189bacfcd4a920 (patch) | |
tree | 5e6aee9da053b96ea5d155b841d3afd2744b0923 /widgets/table/e-table-item.h | |
parent | da4535cdc2b93c81060b38ac780757f243c53138 (diff) | |
download | gsoc2013-evolution-fabd9d91ab1aee4a091ddcdd6e189bacfcd4a920.tar.gz gsoc2013-evolution-fabd9d91ab1aee4a091ddcdd6e189bacfcd4a920.tar.zst gsoc2013-evolution-fabd9d91ab1aee4a091ddcdd6e189bacfcd4a920.zip |
Request the value of e_table_is_cell_editable of the model_col instead of
2000-06-14 Christopher James Lahey <clahey@helixcode.com>
* e-cell-text.c: Request the value of e_table_is_cell_editable of
the model_col instead of the view_col.
* e-table-item.h: Slight style fixup.
svn path=/trunk/; revision=3564
Diffstat (limited to 'widgets/table/e-table-item.h')
-rw-r--r-- | widgets/table/e-table-item.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h index aa9d703910..7ad5955cdc 100644 --- a/widgets/table/e-table-item.h +++ b/widgets/table/e-table-item.h @@ -46,11 +46,11 @@ typedef struct { GdkGC *focus_gc; GdkBitmap *stipple; - unsigned int draw_grid:1; - unsigned int draw_focus:1; - unsigned int renderers_can_change_size:1; - unsigned int cell_views_realized:1; - + guint draw_grid:1; + guint draw_focus:1; + guint renderers_can_change_size:1; + guint cell_views_realized:1; + guint needs_redraw : 1; guint needs_compute_height : 1; guint needs_compute_width : 1; |