From 5a7e68ba8a675610b5119e332501887a0f81b76e Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 4 Nov 2012 00:12:31 -0500 Subject: [PATCH] Fix reference to user profile directory. --- mcop/mcoputils.cc | 4 ++-- 1 file 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] == '~')