Update deprecated GObject ParamFlags
This commit is contained in:
parent
9aa371617d
commit
363e8a0081
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user