[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [57370] trunk/blender/source/blender/ editors/screen/area.c: fix [#35656] Crash on File Browser

Campbell Barton ideasman42 at gmail.com
Tue Jun 11 07:09:13 CEST 2013


Revision: 57370
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=57370
Author:   campbellbarton
Date:     2013-06-11 05:09:12 +0000 (Tue, 11 Jun 2013)
Log Message:
-----------
fix [#35656] Crash on File Browser

Modified Paths:
--------------
    trunk/blender/source/blender/editors/screen/area.c

Modified: trunk/blender/source/blender/editors/screen/area.c
===================================================================
--- trunk/blender/source/blender/editors/screen/area.c	2013-06-11 02:32:01 UTC (rev 57369)
+++ trunk/blender/source/blender/editors/screen/area.c	2013-06-11 05:09:12 UTC (rev 57370)
@@ -1339,6 +1339,7 @@
 	
 	sa1->headertype = sa2->headertype;
 	sa1->spacetype = sa2->spacetype;
+	sa1->type = sa2->type;
 	sa1->butspacetype = sa2->butspacetype;
 	
 	if (swap_space == 1) {




More information about the Bf-blender-cvs mailing list