[PC-BSD Commits] r2123 - pcbsd/trunk/PCInstall
svn at pcbsd.org
svn at pcbsd.org
Thu Jun 19 06:59:08 PDT 2008
Author: kris
Date: 2008-06-19 06:59:07 -0700 (Thu, 19 Jun 2008)
New Revision: 2123
Modified:
pcbsd/trunk/PCInstall/main.cpp
Log:
Update PCInstall to disable session management
Modified: pcbsd/trunk/PCInstall/main.cpp
===================================================================
--- pcbsd/trunk/PCInstall/main.cpp 2008-06-19 13:26:48 UTC (rev 2122)
+++ pcbsd/trunk/PCInstall/main.cpp 2008-06-19 13:59:07 UTC (rev 2123)
@@ -35,8 +35,8 @@
KCmdLineArgs::addCmdLineOptions( options );
- //KApplication::disableAutoDcopRegistration();
KApplication a;
+ a.disableSessionManagement();
More information about the Commits
mailing list