CssProvider: Use consistent theme name placeholder
authorDaniel Boles <dboles.src@gmail.com>
Wed, 8 Nov 2017 06:48:17 +0000 (06:48 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Wed, 8 Nov 2017 09:22:46 +0000 (09:22 +0000)
commit 475d916eb92c0106d09525bcca938f05fd6a81b5 added various paths that
use theme-name for this, but the existing path already used THEME, with
a subsequent description referring to the latter. So use that everywhere

gtk/gtkcssprovider.c

index bb8625bdd051c3a7ab8de71edd1d71bc23aeeab6..456347d3e57ccc9a7161a07f541767e4501e3f2b 100644 (file)
@@ -63,9 +63,9 @@
  * In addition, certain files will be read when GTK+ is initialized. First, the
  * file `$XDG_CONFIG_HOME/gtk-4.0/gtk.css` is loaded if it exists. Then, GTK+
  * loads the first existing file among
- * `XDG_DATA_HOME/themes/theme-name/gtk-VERSION/gtk.css`,
- * `$HOME/.themes/theme-name/gtk-VERSION/gtk.css`,
- * `$XDG_DATA_DIRS/themes/theme-name/gtk-VERSION/gtk.css` and
+ * `XDG_DATA_HOME/themes/THEME/gtk-VERSION/gtk.css`,
+ * `$HOME/.themes/THEME/gtk-VERSION/gtk.css`,
+ * `$XDG_DATA_DIRS/themes/THEME/gtk-VERSION/gtk.css` and
  * `DATADIR/share/themes/THEME/gtk-VERSION/gtk.css`, where `THEME` is the name of
  * the current theme (see the #GtkSettings:gtk-theme-name setting), `DATADIR`
  * is the prefix configured when GTK+ was compiled (unless overridden by the