[PC-BSD Commits] r1915 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Mon May 19 10:14:05 PDT 2008
Author: kris
Date: 2008-05-19 10:14:04 -0700 (Mon, 19 May 2008)
New Revision: 1915
Modified:
pcbsd/trunk/PCInstall/main.cpp
Log:
Disable dcop server for PCInstall, not needed
Modified: pcbsd/trunk/PCInstall/main.cpp
===================================================================
--- pcbsd/trunk/PCInstall/main.cpp 2008-05-19 15:36:39 UTC (rev 1914)
+++ pcbsd/trunk/PCInstall/main.cpp 2008-05-19 17:14:04 UTC (rev 1915)
@@ -22,7 +22,7 @@
KCmdLineLastOption
};
-
+ KApplication::disableAutoDcopRegistration();
KApplication a;
QString nlang;
More information about the Commits
mailing list