From fc154a3ffca2cbffe03ce02910372c95273d009b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 21 Mar 2009 03:15:34 +0000 Subject: checked in patch #1851193 to allow spaces into symbol boxes svn path=/trunk/; revision=10885 --- packages/patches/spacesymbol-0.42.4.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/patches/spacesymbol-0.42.4.patch (limited to 'packages/patches/spacesymbol-0.42.4.patch') 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) -- cgit v1.2.1