summaryrefslogtreecommitdiff
path: root/tools/make_schema.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/make_schema.py')
-rwxr-xr-xtools/make_schema.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/make_schema.py b/tools/make_schema.py
index a6d070f..c75d34c 100755
--- a/tools/make_schema.py
+++ b/tools/make_schema.py
@@ -58,7 +58,7 @@ class SchemasMaker:
schemalist.appendChild(key)
self._append_children_element_value_pairs(
doc, key, [('default',
- getattr(setting.gvariant, "print")(False)),
+ getattr(setting.gvariant, "print_")(False)),
('_summary', setting.short_desc),
('_description', setting.long_desc)])