summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-03 18:27:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-02-03 18:27:47 -0600
commitb1108816328e6daab92c7e810204f9dffd7bf1fd (patch)
treef5267d60395ca2f715d3f44564262dbfbb4e1773
parent502dbe435918c58ba63a2213b69cf975336528fd (diff)
downloadarts-b1108816.tar.gz
arts-b1108816.zip
Rename KDETMP KDEVARTMP and KDEWM
-rw-r--r--mcop/mcoputils.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcop/mcoputils.cc b/mcop/mcoputils.cc
index f638076..c938105 100644
--- a/mcop/mcoputils.cc
+++ b/mcop/mcoputils.cc
@@ -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])