Rename KDETMP KDEVARTMP and KDEWM

pull/1/head
Timothy Pearson 12 years ago
parent 502dbe4359
commit b110881632

@ -90,7 +90,7 @@ static char *locate_mcop_dir()
int result;
struct stat stat_buf;
tmp = getenv("KDETMP");
tmp = getenv("TDETMP");
if (!tmp || !tmp[0])
tmp = getenv("TMPDIR");
if (!tmp || !tmp[0])
@ -375,7 +375,7 @@ string MCOPUtils::createFilePath(string name)
{
const char *tmp = 0;
tmp = getenv("KDETMP");
tmp = getenv("TDETMP");
if (!tmp || !tmp[0])
tmp = getenv("TMPDIR");
if (!tmp || !tmp[0])

Loading…
Cancel
Save