summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;