[sysprof/wip/gtk4-port: 59/125] netdevaid: port to GTK 4
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [sysprof/wip/gtk4-port: 59/125] netdevaid: port to GTK 4
- Date: Fri, 29 Oct 2021 02:02:32 +0000 (UTC)
commit 1903c579b096ddfa9f16ec535c742c7779e7730d
Author: Christian Hergert <chergert redhat com>
Date: Fri Oct 1 10:21:13 2021 -0700
netdevaid: port to GTK 4
src/libsysprof-ui/sysprof-netdev-aid.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/libsysprof-ui/sysprof-netdev-aid.c b/src/libsysprof-ui/sysprof-netdev-aid.c
index c6970fd2..7de8dc21 100644
--- a/src/libsysprof-ui/sysprof-netdev-aid.c
+++ b/src/libsysprof-ui/sysprof-netdev-aid.c
@@ -242,7 +242,7 @@ sysprof_netdev_aid_present_finish (SysprofAid *aid,
if (counters->len > 0)
sysprof_display_add_group (present->display, group);
else
- gtk_widget_destroy (GTK_WIDGET (group));
+ g_object_unref (group);
}
return counters != NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]