diff src/redraw_man.c @ 430:bec538d361e9

Fix typo in redraw_man.c when adding sh_stext object type.
author Thinker K.F. Li <thinker@branda.to>
date Wed, 29 Jul 2009 15:00:55 +0800
parents 8f900da42eed
children 2bdd4f5dd2ca
line wrap: on
line diff
--- a/src/redraw_man.c	Wed Jul 29 14:58:34 2009 +0800
+++ b/src/redraw_man.c	Wed Jul 29 15:00:55 2009 +0800
@@ -1173,7 +1173,7 @@
 	sh_image_transform(shape);
 	break;
     case MBO_STEXT:
-	sh_text_transform(shape);
+	sh_stext_transform(shape);
 	break;
 #ifdef UNITTEST
     default: