Bug Fix: Float file list layout not preserved in GTK3
authorColin Clark <colin.clark@cclark.uk>
Wed, 1 Aug 2018 18:17:46 +0000 (19:17 +0100)
committerColin Clark <colin.clark@cclark.uk>
Wed, 1 Aug 2018 18:17:46 +0000 (19:17 +0100)
commita77e33166feabf054d790a54ec874c4ad599145c
tree8693ce88818f0e73f75b340039f3778795385098
parentfe1cddea37e9e474416039d565d4fcbec43c5e31
Bug Fix: Float file list layout not preserved in GTK3

gtk_vpaned_new() is deprecated and replaced by gtk_paned_new().

But the macro GTK_IS_VPANED does not work with gtk_paned_new().
src/layout.c