From 932e5ea34ee363099115ce5d2952dc3531bcd39a Mon Sep 17 00:00:00 2001 From: Matijs van Zuijlen Date: Thu, 7 Jun 2018 08:54:23 +0000 Subject: [PATCH] Fix reference to user styles in gtkstyleprovider.h --- gtk/gtkstyleprovider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkstyleprovider.h b/gtk/gtkstyleprovider.h index 5e36d0c1f0..a0da759bd2 100644 --- a/gtk/gtkstyleprovider.h +++ b/gtk/gtkstyleprovider.h @@ -76,7 +76,7 @@ G_BEGIN_DECLS * GTK_STYLE_PROVIDER_PRIORITY_USER: * * The priority used for the style information from - * `~/.gtk-4.0.css`. + * `$XDG_CONFIG_HOME/gtk-4.0/gtk.css`. * * You should not use priorities higher than this, to * give the user the last word.