From: Daniel Boles Date: Wed, 8 Nov 2017 06:51:32 +0000 (+0000) Subject: CssProvider: Fix doc of min theme version loaded X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~23^2~813 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6f54e1fc6d2cbba83a75004007cefaca4ea4caac;p=gtk4.git CssProvider: Fix doc of min theme version loaded The code shows that we only load back to 4.0, but this still said 3.0. --- diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index 456347d3e5..4cc20360e5 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -71,7 +71,7 @@ * is the prefix configured when GTK+ was compiled (unless overridden by the * `GTK_DATA_PREFIX` environment variable), and `VERSION` is the GTK+ version number. * If no file is found for the current version, GTK+ tries older versions all the - * way back to 3.0. + * way back to 4.0. * * In the same way, GTK+ tries to load a gtk-keys.css file for the current * key theme, as defined by #GtkSettings:gtk-key-theme-name.