libsysprof-ui: fix missing toggle button usage

This commit is contained in:
Christian Hergert
2022-04-01 17:12:52 -07:00
parent e9516fb202
commit 7f9599bd3e

View File

@ -37,9 +37,8 @@
</object>
</child>
<child>
<object class="GtkRadioButton" id="leaked_allocs_button">
<object class="GtkToggleButton" id="leaked_allocs_button">
<property name="label" translatable="yes">Leaked Allocations</property>
<property name="draw-indicator">false</property>
<property name="active">false</property>
<property name="group">summary</property>
</object>