mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 21:51:08 +00:00
nodeeditor: Don't use container api on list box rows
GtkListBoxRow is not a container anymore.
This commit is contained in:
parent
68011e99ac
commit
e09287a109
@ -796,7 +796,7 @@ node_editor_window_create_renderer_widget (gpointer item,
|
||||
gtk_container_add (GTK_CONTAINER (box), picture);
|
||||
|
||||
row = gtk_list_box_row_new ();
|
||||
gtk_container_add (GTK_CONTAINER (row), box);
|
||||
gtk_list_box_row_set_child (GTK_LIST_BOX_ROW (row), box);
|
||||
gtk_list_box_row_set_activatable (GTK_LIST_BOX_ROW (row), FALSE);
|
||||
|
||||
return row;
|
||||
|
Loading…
Reference in New Issue
Block a user