Fix referencing template by ID

This commit is contained in:
James Westman 2022-07-16 21:16:45 -05:00
parent 664fa2250b
commit 08da6f79c7
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
3 changed files with 10 additions and 3 deletions

View file

@ -5,4 +5,7 @@
<property name="test-property">Hello, world</property>
<signal name="test-signal" handler="on_test_signal"/>
</template>
<object class="GtkDialog">
<property name="transient-for">TestTemplate</property>
</object>
</interface>