aboutsummaryrefslogtreecommitdiff
path: root/packages/patches
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-03-21 03:15:34 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2009-03-21 03:15:34 +0000
commitfc154a3ffca2cbffe03ce02910372c95273d009b (patch)
tree512825241ef2187a37bb8aa3e27be04ef183cd5a /packages/patches
parent8a2fb43549927310b1ee1a4ed1903ebf544147f9 (diff)
checked in patch #1851193 to allow spaces into symbol boxes
svn path=/trunk/; revision=10885
Diffstat (limited to 'packages/patches')
-rw-r--r--packages/patches/spacesymbol-0.42.4.patch12
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)