diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-02-06 05:31:34 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-02-06 05:31:34 +0800 |
commit | 88b4d80571c8d5d0e07405955b9a7be89c2c6635 (patch) | |
tree | 8ed9e5522ca0735b99ca7dce9adc5e8b9f369a1f /widgets | |
parent | a078041da8f74f24dc586a1bdecd1ce73f030a1d (diff) | |
download | gsoc2013-evolution-88b4d80571c8d5d0e07405955b9a7be89c2c6635.tar.gz gsoc2013-evolution-88b4d80571c8d5d0e07405955b9a7be89c2c6635.tar.zst gsoc2013-evolution-88b4d80571c8d5d0e07405955b9a7be89c2c6635.zip |
Changed draw_borders from a gboolean to a a guint : 1.
2001-02-05 Christopher James Lahey <clahey@ximian.com>
* gal/e-text/e-entry.h: Changed draw_borders from a gboolean to a
a guint : 1.
svn path=/trunk/; revision=7990
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/text/e-entry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/text/e-entry.h b/widgets/text/e-entry.h index 04159924f3..5d67946ce2 100644 --- a/widgets/text/e-entry.h +++ b/widgets/text/e-entry.h @@ -22,7 +22,7 @@ typedef struct { EText *item; GtkJustification justification; - gboolean draw_borders; + guint draw_borders : 1; } EEntry; typedef struct { |