summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-11-04 00:12:31 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-11-04 00:12:31 -0500
commit5a7e68ba8a675610b5119e332501887a0f81b76e (patch)
tree22fdd06527e8cf4bc9c7dd22a255e652d3e201e0
parent847ec1172450e1c9f723d2a55dd78e4b6a8799bc (diff)
downloadarts-5a7e68ba.tar.gz
arts-5a7e68ba.zip
Fix reference to user profile directory.
-rw-r--r--mcop/mcoputils.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcop/mcoputils.cc b/mcop/mcoputils.cc
index aa47957..790927f 100644
--- a/mcop/mcoputils.cc
+++ b/mcop/mcoputils.cc
@@ -109,7 +109,7 @@ static char *locate_mcop_dir()
if (!kde_home || !kde_home[0])
{
- kde_home = "~/.kde/";
+ kde_home = "~/.trinity/";
}
if (kde_home[0] == '~')
@@ -248,7 +248,7 @@ int build_link(string tmp_prefix, const char *kde_prefix)
if (!kde_home || !kde_home[0])
{
- kde_home = "~/.kde/";
+ kde_home = "~/.trinity/";
}
if (kde_home[0] == '~')