summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-23 23:52:36 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-23 23:52:36 +0200
commitcf0e3a0b99bdafc651e376f7a312376f46ef48a2 (patch)
treed247518ef77595ca8b385799676d41f23d33b9bb
parent98a376410aa5d3a1d18c67ad427f290f7f168eeb (diff)
downloadtdeio-locate-cf0e3a0b99bdafc651e376f7a312376f46ef48a2.tar.gz
tdeio-locate-cf0e3a0b99bdafc651e376f7a312376f46ef48a2.zip
Prevent from registering with DCOP
-rw-r--r--src/tdeio_locate.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tdeio_locate.cpp b/src/tdeio_locate.cpp
index cedca4a..be2037f 100644
--- a/src/tdeio_locate.cpp
+++ b/src/tdeio_locate.cpp
@@ -1017,6 +1017,7 @@ extern "C"
{
// We use TDEApplication instead of TDEInstance here, because we use a
// config dialog and such gui stuff.
+ TDEApplication::disableAutoDcopRegistration();
TDEApplication app(argc, argv, "tdeio_locate", false, true, false);
DEBUGSTR << "*** Starting tdeio_locate " << endl;