Revision: 27683
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=27683
Author:   campbellbarton
Date:     2010-03-23 16:18:09 +0100 (Tue, 23 Mar 2010)

Log Message:
-----------
error when reordering function

Modified Paths:
--------------
    branches/render25/source/blender/editors/animation/fmodifier_ui.c

Modified: branches/render25/source/blender/editors/animation/fmodifier_ui.c
===================================================================
--- branches/render25/source/blender/editors/animation/fmodifier_ui.c   
2010-03-23 15:04:06 UTC (rev 27682)
+++ branches/render25/source/blender/editors/animation/fmodifier_ui.c   
2010-03-23 15:18:09 UTC (rev 27683)
@@ -226,7 +226,7 @@
        
        /* add the settings */
        col= uiLayoutColumn(layout, 1);
-               uiItemR(col, 0, "", 0, &ptr, "function_type");
+               uiItemR(col, &ptr, "function_type", 0, "", 0);
                uiItemR(col, &ptr, "additive", UI_ITEM_R_TOGGLE, NULL, 0);
        
        col= uiLayoutColumn(layout, 0); // no grouping for now


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to