ui-utils: Fix ui_path_box_new with GTK+ >= 3.20
commit4374769b7c181e56bcc01e1f0117566638d5da46
authorQuentin Glidic <sardemff7+git@sardemff7.net>
Mon, 11 Apr 2016 15:20:22 +0000 (11 17:20 +0200)
committerQuentin Glidic <sardemff7+git@sardemff7.net>
Sun, 17 Apr 2016 09:57:38 +0000 (17 11:57 +0200)
treee30887112293dddb30654a8cc80b4bb57d6a4dbf
parentf74fdd8d1ce0f1c18071d9d963fc45683f67c817
ui-utils: Fix ui_path_box_new with GTK+ >= 3.20

They introduced[1] a GtkBox between the GtkEntry and the GtkComboBox to
add some magic in the layout computation.

[1] <https://git.gnome.org/browse/gtk+/commit/?id=222c43fc60362eeb97ce2d5e3a5583a69a2e30ef>

Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
src/ui_utils.c