[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [20116] branches/soc-2009-aligorith/source /blender/editors/space_graph/graph_select.c: NLA-SoC: Merge from 2.5 20114: 20115

Joshua Leung aligorith at gmail.com
Sat May 9 11:21:22 CEST 2009


Revision: 20116
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=20116
Author:   aligorith
Date:     2009-05-09 11:21:21 +0200 (Sat, 09 May 2009)

Log Message:
-----------
NLA-SoC: Merge from 2.5 20114:20115

(Testing testing)

Modified Paths:
--------------
    branches/soc-2009-aligorith/source/blender/editors/space_graph/graph_select.c

Modified: branches/soc-2009-aligorith/source/blender/editors/space_graph/graph_select.c
===================================================================
--- branches/soc-2009-aligorith/source/blender/editors/space_graph/graph_select.c	2009-05-09 09:18:54 UTC (rev 20115)
+++ branches/soc-2009-aligorith/source/blender/editors/space_graph/graph_select.c	2009-05-09 09:21:21 UTC (rev 20116)
@@ -430,7 +430,7 @@
 			break;
 			
 		case GRAPHKEYS_COLUMNSEL_MARKERS_COLUMN: /* list of selected markers */
-			ED_markers_make_cfra_list(&ac->markers, &bed.list, 1);
+			ED_markers_make_cfra_list(ac->markers, &bed.list, 1);
 			break;
 			
 		default: /* invalid option */





More information about the Bf-blender-cvs mailing list