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:
Diffstat (limited to 'source/blender/editors/screen/area.c')
-rw-r--r--source/blender/editors/screen/area.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index f90c247d69d..1c47d9302a1 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -620,7 +620,7 @@ void area_newspace(bContext *C, ScrArea *sa, int type)
else {
/* new space */
if(st) {
- sl= st->new();
+ sl= st->new(C);
BLI_addhead(&sa->spacedata, sl);
/* swap regions */