[Bf-committers] patch for #1134

Nathan Letwory bf-committers@blender.org
Fri, 09 Apr 2004 01:56:19 +0300


This is a multi-part message in MIME format.

--Boundary_(ID_gkUgwEq31AoKD+pyMABtzQ)
Content-type: text/plain; charset=us-ascii; format=flowed
Content-transfer-encoding: 7BIT

attached a simple one-liner fix for #1134 
(http://projects.blender.org/tracker/index.php?func=detail&aid=1134&group_id=9&atid=125)

/jesterKing

--Boundary_(ID_gkUgwEq31AoKD+pyMABtzQ)
Content-type: text/plain; name=padperiod.patch
Content-transfer-encoding: 7BIT
Content-disposition: inline; filename=padperiod.patch

Index: source/blender/src/editobject.c
===================================================================
RCS file: /cvsroot/bf-blender/blender/source/blender/src/editobject.c,v
retrieving revision 1.79
diff -u -r1.79 editobject.c
--- source/blender/src/editobject.c	28 Mar 2004 08:46:35 -0000	1.79
+++ source/blender/src/editobject.c	8 Apr 2004 22:56:21 -0000
@@ -5734,6 +5734,7 @@
 						firsttime = 1;
 						break;
 					}
+				case PADPERIOD:
 				case PERIODKEY:
 					{
 						typemode = 1;

--Boundary_(ID_gkUgwEq31AoKD+pyMABtzQ)--