TDE
/
arts
6
0
Fork 0

Fix reference to user profile directory.

pull/1/head
Darrell Anderson vor 12 Jahren
Ursprung 847ec11724
Commit 5a7e68ba8a

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

Laden…
Abbrechen
Speichern