summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-06 09:38:54 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-06 09:38:54 -0500
commit704ef6982dc25952f1dde89ee6d26e5091ef83f2 (patch)
tree357902a72bc3cc3df8a9838b3288035c47671ef5
parent5c26e7a7e641ea8e24d9566f86a4670c3998c7bc (diff)
downloadtdeio-locate-704ef6982dc25952f1dde89ee6d26e5091ef83f2.tar.gz
tdeio-locate-704ef6982dc25952f1dde89ee6d26e5091ef83f2.zip
Do not use session management
This relates to Bug 760
-rw-r--r--src/tdeio_locate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tdeio_locate.cpp b/src/tdeio_locate.cpp
index 3bb1233..107e737 100644
--- a/src/tdeio_locate.cpp
+++ b/src/tdeio_locate.cpp
@@ -1017,7 +1017,7 @@ extern "C"
{
// We use TDEApplication instead of TDEInstance here, because we use a
// config dialog and such gui stuff.
- TDEApplication app(argc, argv, "tdeio_locate", false, true);
+ TDEApplication app(argc, argv, "tdeio_locate", false, true, false);
DEBUGSTR << "*** Starting tdeio_locate " << endl;