diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-03 18:45:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-03 18:45:08 -0600 |
commit | b5d92fb45b0796f0140c2917c238fd0b6a192300 (patch) | |
tree | ccdf45008bb8bd6e2368c0d33faeb74ae570b2a2 /ksmserver/main.cpp | |
parent | 246fcef5554b4020191ba1f228deb545d22e5206 (diff) | |
download | tdebase-b5d92fb45b0796f0140c2917c238fd0b6a192300.tar.gz tdebase-b5d92fb45b0796f0140c2917c238fd0b6a192300.zip |
Rename KDETMP KDEVARTMP and KDEWM
Diffstat (limited to 'ksmserver/main.cpp')
-rw-r--r-- | ksmserver/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksmserver/main.cpp b/ksmserver/main.cpp index c98a1eb69..a7f8ef3d9 100644 --- a/ksmserver/main.cpp +++ b/ksmserver/main.cpp @@ -122,7 +122,7 @@ void sanity_check( int argc, char* argv[] ) } if (msg.isEmpty()) { - path = getenv("KDETMP"); + path = getenv("TDETMP"); if (path.isEmpty()) path = "/tmp"; if (!writeTest(path)) |