~siretart/ubuntu/utopic/blender/libav10

« back to all changes in this revision

Viewing changes to source/blender/python/intern/bpy_props.c

  • Committer: Package Import Robot
  • Author(s): Matteo F. Vescovi
  • Date: 2012-05-12 20:02:22 UTC
  • mfrom: (14.2.16 sid)
  • Revision ID: package-import@ubuntu.com-20120512200222-lznjs2cxzaq96wua
Tags: 2.63a-1
* New upstream bugfix release
  + debian/patches/: re-worked since source code changed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1071
1071
                else {
1072
1072
                        MEM_freeN(items);
1073
1073
                        PyErr_SetString(PyExc_TypeError,
1074
 
                                        "EnumProperty(...): expected an tuple containing "
1075
 
                                        "(identifier, name description) and optionally a "
 
1074
                                        "EnumProperty(...): expected a tuple containing "
 
1075
                                        "(identifier, name, description) and optionally a "
1076
1076
                                        "unique number");
1077
1077
                        return NULL;
1078
1078
                }