mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Fix template IDs in breakpoint setters
This commit is contained in:
parent
64da41b268
commit
2ca71de061
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ class XmlOutput(OutputFormat):
|
||||||
|
|
||||||
xml.start_tag(
|
xml.start_tag(
|
||||||
"setter",
|
"setter",
|
||||||
object=setter.object_id,
|
object=self._object_id(setter, setter.object_id),
|
||||||
property=setter.property_name,
|
property=setter.property_name,
|
||||||
**attrs,
|
**attrs,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue