[PC-BSD Commits] r2296 - pcbsd/trunk/kcmPBSystem
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 9 09:09:36 PDT 2008
Author: kris
Date: 2008-07-09 09:09:36 -0700 (Wed, 09 Jul 2008)
New Revision: 2296
Modified:
pcbsd/trunk/kcmPBSystem/kcm.cpp
Log:
Fixed a bug in PBSystem, need to connect our push button slot
Modified: pcbsd/trunk/kcmPBSystem/kcm.cpp
===================================================================
--- pcbsd/trunk/kcmPBSystem/kcm.cpp 2008-07-08 17:52:49 UTC (rev 2295)
+++ pcbsd/trunk/kcmPBSystem/kcm.cpp 2008-07-09 16:09:36 UTC (rev 2296)
@@ -34,6 +34,7 @@
else
{
NotRoot *nroot = new NotRoot();
+ nroot->programInit();
nroot->reparent(this, QPoint());
}
More information about the Commits
mailing list