mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
diskstataid: port to GTK 4
This commit is contained in:
@ -245,7 +245,7 @@ sysprof_diskstat_aid_present_finish (SysprofAid *aid,
|
|||||||
if (counters->len > 0)
|
if (counters->len > 0)
|
||||||
sysprof_display_add_group (present->display, group);
|
sysprof_display_add_group (present->display, group);
|
||||||
else
|
else
|
||||||
gtk_widget_destroy (GTK_WIDGET (group));
|
g_object_unref (group);
|
||||||
}
|
}
|
||||||
|
|
||||||
return counters != NULL;
|
return counters != NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user