mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-11 07:30:54 +00:00
raplaid: port to GTK 4
This commit is contained in:
@ -227,7 +227,7 @@ sysprof_rapl_aid_present_finish (SysprofAid *aid,
|
|||||||
if (found > 0)
|
if (found > 0)
|
||||||
sysprof_display_add_group (present->display, energy);
|
sysprof_display_add_group (present->display, energy);
|
||||||
else
|
else
|
||||||
gtk_widget_destroy (GTK_WIDGET (energy));
|
g_object_unref (energy);
|
||||||
}
|
}
|
||||||
|
|
||||||
return counters != NULL;
|
return counters != NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user