diff options
author | Xan Lopez <xan@igalia.com> | 2012-09-09 01:47:58 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2012-09-09 01:47:58 +0800 |
commit | 067eb39b28cd5ce3ba813a4f93045446fa15ca0d (patch) | |
tree | 0fa0600707b7cb344f9cdb3a60e90ab69f8ea8df /lib | |
parent | 530a7c8059cd679af9e89bfdbfa948664770869d (diff) | |
download | gsoc2013-epiphany-067eb39b28cd5ce3ba813a4f93045446fa15ca0d.tar gsoc2013-epiphany-067eb39b28cd5ce3ba813a4f93045446fa15ca0d.tar.gz gsoc2013-epiphany-067eb39b28cd5ce3ba813a4f93045446fa15ca0d.tar.bz2 gsoc2013-epiphany-067eb39b28cd5ce3ba813a4f93045446fa15ca0d.tar.lz gsoc2013-epiphany-067eb39b28cd5ce3ba813a4f93045446fa15ca0d.tar.xz gsoc2013-epiphany-067eb39b28cd5ce3ba813a4f93045446fa15ca0d.tar.zst gsoc2013-epiphany-067eb39b28cd5ce3ba813a4f93045446fa15ca0d.zip |
ephy-file-helpers: update comment
The default dot dir is now in ~/.config, not ~/.gnome2.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ephy-file-helpers.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ephy-file-helpers.c b/lib/ephy-file-helpers.c index 4492f7f1c..4750b3c35 100644 --- a/lib/ephy-file-helpers.c +++ b/lib/ephy-file-helpers.c @@ -265,8 +265,8 @@ ephy_file (const char *filename) /** * ephy_dot_dir: * - * Gets Epiphany's configuration directory, usually .gnome2/epiphany under - * user's homedir. + * Gets Epiphany's configuration directory, usually .config/epiphany + * under user's homedir. * * Returns: the full path to Epiphany's configuration directory **/ |