diff options
author | Darrell Anderson <[email protected]> | 2012-11-04 01:17:42 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-11-04 01:17:42 -0500 |
commit | 9f61daf15bee766dba303b0b1ded1ba088388221 (patch) | |
tree | f7a02631e6f3a2463bbecbdd7e1d10da986393ec /conduits/abbrowserconduit/abbrowserconduit.kcfg | |
parent | 1f7396a9a89ee97cfb0ab9bcc3567c6ef07513b1 (diff) | |
download | kpilot-9f61daf15bee766dba303b0b1ded1ba088388221.tar.gz kpilot-9f61daf15bee766dba303b0b1ded1ba088388221.zip |
Fix references to user profile directory.
Diffstat (limited to 'conduits/abbrowserconduit/abbrowserconduit.kcfg')
-rw-r--r-- | conduits/abbrowserconduit/abbrowserconduit.kcfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conduits/abbrowserconduit/abbrowserconduit.kcfg b/conduits/abbrowserconduit/abbrowserconduit.kcfg index aed7706..c02aea1 100644 --- a/conduits/abbrowserconduit/abbrowserconduit.kcfg +++ b/conduits/abbrowserconduit/abbrowserconduit.kcfg @@ -13,7 +13,7 @@ <default>eAbookFile</default> </entry> <entry name="FileName" type="Path"> - <default>$HOME/.kde/share/apps/kabc/std.vcf</default> + <default>$HOME/.trinity/share/apps/kabc/std.vcf</default> </entry> <entry name="ArchiveDeleted" type="Bool"> <default>true</default> |