#774956 libgtk-3-bin: gboolean type "FALSE" not recognised in settings.ini

Package:
libgtk-3-bin
Source:
gtk+3.0
Description:
programs for the GTK graphical user interface library
Submitter:
Andrew Gallagher
Date:
2015-01-09 13:12:06 UTC
Severity:
normal
#774956#5
Date:
2015-01-09 13:08:05 UTC
From:
To:
Dear Maintainer,

The documentation here:

https://developer.gnome.org/gtk3/stable/GtkSettings.html#GtkSettings--gtk-
primary-button-warps-slider

indicates that the allowed values for gtk-primary-button-warps-slider are TRUE
or FALSE, however setting it to FALSE in .config/gtk-3.0/settings.ini results
in an error:

Key file contains key 'gtk-primary-button-warps-slider' which has a value that
cannot be interpreted.

Setting the value to 0 works, but the documentation is clear that FALSE should
be an alias for 0. This is obviously not the case.

Andrew.