Do not use session management

This relates to Bug 760
pull/1/head
Timothy Pearson 11 years ago
parent 5c26e7a7e6
commit 704ef6982d

@ -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;

Loading…
Cancel
Save