summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2018-06-07 18:30:48 +0000
committerMatthias Clasen <mclasen@redhat.com>2018-06-07 18:30:48 +0000
commit81878617c7661efb01c388ef84965cc922ca9b99 (patch)
tree3b8351d94350f8fb5ff6287f0c91857504b975c0
parent5591076361210b58592954a394aa55ce3384d758 (diff)
parent37ec227dc147acb05d13835f3f712992e97a660d (diff)
downloadgtk+-81878617c7661efb01c388ef84965cc922ca9b99.tar.gz
Merge branch 'gtk-3-24' into 'gtk-3-24'
Fix reference to user styles in gtkstyleprovider.h See merge request GNOME/gtk!183
-rw-r--r--gtk/gtkstyleprovider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstyleprovider.h b/gtk/gtkstyleprovider.h
index cbfd9df2a2..2223b1767d 100644
--- a/gtk/gtkstyleprovider.h
+++ b/gtk/gtkstyleprovider.h
@@ -79,7 +79,7 @@ G_BEGIN_DECLS
* GTK_STYLE_PROVIDER_PRIORITY_USER:
*
* The priority used for the style information from
- * `~/.gtk-3.0.css`.
+ * `XDG_CONFIG_HOME/gtk-3.0/gtk.css`.
*
* You should not use priorities higher than this, to
* give the user the last word.