Revision: 40231
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40231
Author:   nazgul
Date:     2011-09-15 13:44:25 +0000 (Thu, 15 Sep 2011)
Log Message:
-----------
Adding missed notifier.

Modified Paths:
--------------
    branches/soc-2011-garlic/source/blender/makesrna/intern/rna_userdef.c

Modified: branches/soc-2011-garlic/source/blender/makesrna/intern/rna_userdef.c
===================================================================
--- branches/soc-2011-garlic/source/blender/makesrna/intern/rna_userdef.c       
2011-09-15 13:20:18 UTC (rev 40230)
+++ branches/soc-2011-garlic/source/blender/makesrna/intern/rna_userdef.c       
2011-09-15 13:44:25 UTC (rev 40231)
@@ -2509,7 +2509,7 @@
        prop= RNA_def_property(srna, "use_international_fonts", PROP_BOOLEAN, 
PROP_NONE);
        RNA_def_property_boolean_sdna(prop, NULL, "transopts", 
USER_DOTRANSLATE);
        RNA_def_property_ui_text(prop, "International Fonts", "Use 
international fonts");
-       RNA_def_property_update(prop, 0, "rna_userdef_language_update");
+       RNA_def_property_update(prop, NC_WINDOW, "rna_userdef_language_update");
 
        prop= RNA_def_property(srna, "dpi", PROP_INT, PROP_NONE);
        RNA_def_property_int_sdna(prop, NULL, "dpi");

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

Reply via email to