diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-03-21 03:15:34 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2009-03-21 03:15:34 +0000 |
commit | fc154a3ffca2cbffe03ce02910372c95273d009b (patch) | |
tree | 512825241ef2187a37bb8aa3e27be04ef183cd5a /packages/patches/spacesymbol-0.42.4.patch | |
parent | 8a2fb43549927310b1ee1a4ed1903ebf544147f9 (diff) |
checked in patch #1851193 to allow spaces into symbol boxes
svn path=/trunk/; revision=10885
Diffstat (limited to 'packages/patches/spacesymbol-0.42.4.patch')
-rw-r--r-- | packages/patches/spacesymbol-0.42.4.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/patches/spacesymbol-0.42.4.patch b/packages/patches/spacesymbol-0.42.4.patch new file mode 100644 index 00000000..cbf2d7e4 --- /dev/null +++ b/packages/patches/spacesymbol-0.42.4.patch @@ -0,0 +1,12 @@ +Index: g_text.c +=================================================================== +--- g_text.c (revision 9678) ++++ g_text.c (working copy) +@@ -630,7 +630,6 @@ + gatom_retext(x, 1); + return; + } +- else if (c == ' ') return; + else if (c == '\b') + { + if (len > 0) |