Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-15 23:46:56 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-11-15 23:46:56 +0400
commit4c12550fe89a6a14ae246c37a97626c1b55c2b19 (patch)
tree7ef62e8cb93ccd5ff72e5e2a150b0e75cc14db9a /source/blender/makesrna/intern/makesrna.c
parent4f743dd0cc9e2a229402f08905c01ec248a038bf (diff)
Fix #29208: Text.clear() and Text.write() did not redraw text editor.
Diffstat (limited to 'source/blender/makesrna/intern/makesrna.c')
-rw-r--r--source/blender/makesrna/intern/makesrna.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/makesrna.c b/source/blender/makesrna/intern/makesrna.c
index a464948c3ac..6dbf7b9c553 100644
--- a/source/blender/makesrna/intern/makesrna.c
+++ b/source/blender/makesrna/intern/makesrna.c
@@ -2481,7 +2481,7 @@ static RNAProcessItem PROCESS_ITEMS[]= {
{"rna_space.c", NULL, RNA_def_space},
{"rna_speaker.c", NULL, RNA_def_speaker},
{"rna_test.c", NULL, RNA_def_test},
- {"rna_text.c", NULL, RNA_def_text},
+ {"rna_text.c", "rna_text_api.c", RNA_def_text},
{"rna_timeline.c", NULL, RNA_def_timeline_marker},
{"rna_sound.c", NULL, RNA_def_sound},
{"rna_ui.c", "rna_ui_api.c", RNA_def_ui},