diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-09-26 18:03:25 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-09-26 18:03:25 +0800 |
commit | 20b8f6e7a7539b3c0d53893fadb72b692231ce3d (patch) | |
tree | 01691747b86d7352f2e67dedb5da28228ce1e9cd /widgets/text/e-text.h | |
parent | 943c0e6e2393607a1adf380db102cc2bad61ff52 (diff) | |
download | gsoc2013-evolution-20b8f6e7a7539b3c0d53893fadb72b692231ce3d.tar.gz gsoc2013-evolution-20b8f6e7a7539b3c0d53893fadb72b692231ce3d.tar.zst gsoc2013-evolution-20b8f6e7a7539b3c0d53893fadb72b692231ce3d.zip |
Made it so that if allow_newlines is FALSE, pasting into ETexts doesn't
2001-09-26 Christopher James Lahey <clahey@ximian.com>
* gal/e-text/e-text.c, gal/e-text/e-text.h (_insert): Made it so
that if allow_newlines is FALSE, pasting into ETexts doesn't
insert carriage returns. Fixes Ximian bug #5761 and Ximian bug
#9067.
svn path=/trunk/; revision=13143
Diffstat (limited to 'widgets/text/e-text.h')
-rw-r--r-- | widgets/text/e-text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h index b3126bf291..f8e2968dee 100644 --- a/widgets/text/e-text.h +++ b/widgets/text/e-text.h @@ -207,6 +207,7 @@ struct _EText { guint strikeout : 1; guint tooltip_owner : 1; + guint allow_newlines : 1; EFontStyle style; |