diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-03 18:27:47 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-03 18:27:47 -0600 |
commit | b1108816328e6daab92c7e810204f9dffd7bf1fd (patch) | |
tree | f5267d60395ca2f715d3f44564262dbfbb4e1773 | |
parent | 502dbe435918c58ba63a2213b69cf975336528fd (diff) | |
download | arts-b1108816328e6daab92c7e810204f9dffd7bf1fd.tar.gz arts-b1108816328e6daab92c7e810204f9dffd7bf1fd.zip |
Rename KDETMP KDEVARTMP and KDEWM
-rw-r--r-- | mcop/mcoputils.cc | 4 |
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]) |