Rename ksocket and kcache

pull/1/head
Timothy Pearson 13 years ago
parent 62ada0f97f
commit dcbdabdbad

@ -105,7 +105,7 @@ static char *locate_mcop_dir()
return 0; return 0;
} }
user_tmp_dir = string(tmp) + "/ksocket-" + string(pw_ent->pw_name); user_tmp_dir = string(tmp) + "/tdesocket-" + string(pw_ent->pw_name);
if (!kde_home || !kde_home[0]) if (!kde_home || !kde_home[0])
{ {
@ -381,7 +381,7 @@ string MCOPUtils::createFilePath(string name)
if (!tmp || !tmp[0]) if (!tmp || !tmp[0])
tmp = "/tmp"; tmp = "/tmp";
build_link(string(tmp) + "/ksocket-", "/socket-"); build_link(string(tmp) + "/tdesocket-", "/socket-");
mcop_dir = locate_mcop_dir(); mcop_dir = locate_mcop_dir();
} }
if (!mcop_dir) if (!mcop_dir)

Loading…
Cancel
Save