mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: fix missing toggle button usage
This commit is contained in:
@ -37,9 +37,8 @@
|
|||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<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="label" translatable="yes">Leaked Allocations</property>
|
||||||
<property name="draw-indicator">false</property>
|
|
||||||
<property name="active">false</property>
|
<property name="active">false</property>
|
||||||
<property name="group">summary</property>
|
<property name="group">summary</property>
|
||||||
</object>
|
</object>
|
||||||
|
|||||||
Reference in New Issue
Block a user