Fix reference to user profile directory.

(cherry picked from commit 5a7e68ba8a)
v3.5.13-sru
Darrell Anderson 12 years ago committed by Slávek Banko
parent c1099f3c6e
commit cc25a2a58e

@ -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] == '~')

Loading…
Cancel
Save