Update deprecated GObject ParamFlags

This commit is contained in:
Nick Hall 2016-05-27 21:44:22 +01:00
parent 9aa371617d
commit 363e8a0081

View File

@ -969,12 +969,12 @@ class ValidatableMaskedEntry(MaskedEntry):
'data-type': (GObject.TYPE_PYOBJECT,
'Data Type of the widget',
'Type object',
GObject.PARAM_READWRITE),
GObject.ParamFlags.READWRITE),
'mandatory': (GObject.TYPE_BOOLEAN,
'Mandatory',
'Mandatory',
False,
GObject.PARAM_READWRITE),
GObject.ParamFlags.READWRITE),
}
# FIXME put the data type support back