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/gtkstylecontext.c | |
parent | 9bdb7e6945a8850f4796c0d59aa1f89e1bde929a (diff) | |
download | gtk+-066f35bf2883edcb394f55bbb24fd2a326b99ddc.tar.gz |
Parse user CSS from $XDG_CONFIG_HOME/gtk-3.0/gtk.css
Diffstat (limited to 'gtk/gtkstylecontext.c')
-rw-r--r-- | gtk/gtkstylecontext.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index c458c244b4..65255402ff 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -390,7 +390,8 @@ * If you are using custom styling on an applications, you probably want then * to make your style information prevail to the theme's, so you must use * a #GtkStyleProvider with the %GTK_STYLE_PROVIDER_PRIORITY_APPLICATION - * priority, keep in mind that the user settings in $HOME/.gtk-3.0.css will + * priority, keep in mind that the user settings in + * <filename><replaceable>XDG_CONFIG_HOME</replaceable>/gtk-3.0/gtk.css</filename> will * still take precedence over your changes, as it uses the * %GTK_STYLE_PROVIDER_PRIORITY_USER priority. * </para> |