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:
authorTon Roosendaal <ton@blender.org>2009-02-07 22:37:29 +0300
committerTon Roosendaal <ton@blender.org>2009-02-07 22:37:29 +0300
commit2f0f8c8bae8c6f55290966d9fb29c3d2a4c51793 (patch)
tree59bf5bd438f84dcaac3e39d7a269b03151c5a3d4 /source/blender/blenloader
parentf78aa0ab65524f70ab7d0610835068718fb5a56f (diff)
2.5
- Screen browse button back - Several fixes in using screens in more windows. Still has loose ends, but things are definitely more stable!
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index de920ff9f25..d22fc83f1e4 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -4516,7 +4516,7 @@ static void direct_link_screen(FileData *fd, bScreen *sc)
/* 2.50: we now always add spacedata for info */
if(sa->spacedata.first==NULL) {
SpaceInfo *sinfo= MEM_callocN(sizeof(SpaceInfo), "spaceinfo");
- sa->spacetype= SPACE_INFO;
+ sa->spacetype= sinfo->spacetype= SPACE_INFO;
BLI_addtail(&sa->spacedata, sinfo);
}
/* add local view3d too */