CssProvider: Fix doc of min theme version loaded
authorDaniel Boles <dboles.src@gmail.com>
Wed, 8 Nov 2017 06:51:32 +0000 (06:51 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Wed, 8 Nov 2017 09:22:49 +0000 (09:22 +0000)
The code shows that we only load back to 4.0, but this still said 3.0.

gtk/gtkcssprovider.c

index 456347d3e57ccc9a7161a07f541767e4501e3f2b..4cc20360e51381bf89ed7c6d1f9653139c64ed2e 100644 (file)
@@ -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.