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
path: root/source
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2007-12-29 19:43:45 +0300
committerTon Roosendaal <ton@blender.org>2007-12-29 19:43:45 +0300
commitc27b65a255df7a5d0d1aeb8b89cffcea2d5f8021 (patch)
treea47694aad86ede6021ef2d25698a2a5ce5371b70 /source
parentb2b5bb55a37762b166e0a4c77fad608688ed69e5 (diff)
Eh, comment should be on line above :)
Diffstat (limited to 'source')
-rw-r--r--source/blender/windowmanager/intern/wm_files.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index a32a553bc46..05f82d4e5c7 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -537,7 +537,8 @@ static void outliner_242_patch(void)
{
ScrArea *sa;
-// XXX if(G.curscreen==NULL) return;
+// XXX
+ if(G.curscreen==NULL) return;
for(sa= G.curscreen->areabase.first; sa; sa= sa->next) {
SpaceLink *sl= sa->spacedata.first;
for(; sl; sl= sl->next) {