mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 13:41:07 +00:00
Merge branch 'testgtk-warning' into 'master'
tests: Remove spurious gtk_container_add() See merge request GNOME/gtk!549
This commit is contained in:
commit
2514760a8b
@ -4182,7 +4182,6 @@ create_pages (GtkNotebook *notebook, gint start, gint end)
|
||||
hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
|
||||
gtk_box_set_homogeneous (GTK_BOX (hbox), TRUE);
|
||||
gtk_container_add (GTK_CONTAINER (vbox), hbox);
|
||||
gtk_container_add (GTK_CONTAINER (vbox), button);
|
||||
|
||||
button = gtk_check_button_new_with_label ("Fill Tab");
|
||||
gtk_container_add (GTK_CONTAINER (hbox), button);
|
||||
|
Loading…
Reference in New Issue
Block a user