Fix gtk4-icon-browser

It was broken by a recent GtkDialog change that renamed
the internal vbox child to content_area.
This commit is contained in:
Matthias Clasen 2019-01-24 16:11:45 -05:00
parent c5f90fc20d
commit 70db084d43

View File

@ -121,7 +121,7 @@
<property name="use-header-bar">1</property>
<property name="resizable">0</property>
<property name="hide-on-close">1</property>
<child internal-child="vbox">
<child internal-child="content_area">
<object class="GtkBox">
<child>
<object class="GtkGrid">