[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50169] trunk/blender/source/blender/ editors/space_outliner/space_outliner.c: Gave the spacetype time region header malloc a more descriptive text, consistent with other header mallocs.

Nicholas Rishel rishel.nick at gmail.com
Fri Aug 24 07:14:17 CEST 2012


Revision: 50169
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50169
Author:   nicholas_rishel
Date:     2012-08-24 05:14:16 +0000 (Fri, 24 Aug 2012)
Log Message:
-----------
Gave the spacetype time region header malloc a more descriptive text, consistent with other header mallocs.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_outliner/space_outliner.c

Modified: trunk/blender/source/blender/editors/space_outliner/space_outliner.c
===================================================================
--- trunk/blender/source/blender/editors/space_outliner/space_outliner.c	2012-08-24 05:12:05 UTC (rev 50168)
+++ trunk/blender/source/blender/editors/space_outliner/space_outliner.c	2012-08-24 05:14:16 UTC (rev 50169)
@@ -483,7 +483,7 @@
 	BLI_addhead(&st->regiontypes, art);
 	
 	/* regions: header */
-	art = MEM_callocN(sizeof(ARegionType), "spacetype time region");
+	art = MEM_callocN(sizeof(ARegionType), "spacetype time header region");
 	art->regionid = RGN_TYPE_HEADER;
 	art->prefsizey = HEADERY;
 	art->keymapflag = ED_KEYMAP_UI | ED_KEYMAP_VIEW2D | ED_KEYMAP_FRAMES | ED_KEYMAP_HEADER;




More information about the Bf-blender-cvs mailing list