diff options
author | Carlos Garnacho <carlosg@gnome.org> | 2010-12-01 02:55:31 +0100 |
---|---|---|
committer | Carlos Garnacho <carlosg@gnome.org> | 2010-12-04 15:39:53 +0100 |
commit | 066f35bf2883edcb394f55bbb24fd2a326b99ddc (patch) | |
tree | 805af3caba769a8e5238074d2f104c579616d3a7 /gtk/gtkstyleprovider.h | |
parent | 9bdb7e6945a8850f4796c0d59aa1f89e1bde929a (diff) | |
download | gtk+-066f35bf2883edcb394f55bbb24fd2a326b99ddc.tar.gz |
Parse user CSS from $XDG_CONFIG_HOME/gtk-3.0/gtk.css
Diffstat (limited to 'gtk/gtkstyleprovider.h')
-rw-r--r-- | gtk/gtkstyleprovider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyleprovider.h b/gtk/gtkstyleprovider.h index 1e59989bd1..731c346007 100644 --- a/gtk/gtkstyleprovider.h +++ b/gtk/gtkstyleprovider.h @@ -72,7 +72,7 @@ G_BEGIN_DECLS * GTK_STYLE_PROVIDER_PRIORITY_USER: * * The priority used for the style information from - * <filename>~/.gtk-3.0.css</filename>. + * <filename><replaceable>XDG_CONFIG_HOME</replaceable>/gtk-3.0/gtk.css</filename> * * You should not use priorities higher than this, to * give the user the last word. |