Merge branch 'patch-1' into 'master'

Update migrating-3to4.xml (fixed typo, in line 377)

See merge request GNOME/gtk!1398
This commit is contained in:
Matthias Clasen 2020-02-07 19:23:55 +00:00
commit 1ab70e2dfa

View File

@ -374,7 +374,7 @@
</section>
<section>
<title>Adapt to GtkButton API changes</title>
<title>Adapt to GtkBox API changes</title>
<para>
GtkBox no longer has pack-start and -end. Pack your widgets in the
correct order, or reorder them as necessary.