[PC-BSD Commits] r2489 - pcbsd/trunk/kcmPBSystem
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 30 06:25:59 PDT 2008
Author: kris
Date: 2008-07-30 06:25:58 -0700 (Wed, 30 Jul 2008)
New Revision: 2489
Modified:
pcbsd/trunk/kcmPBSystem/cvsupprogress.cpp
Log:
Fixed the system tool so users can download the system source
Modified: pcbsd/trunk/kcmPBSystem/cvsupprogress.cpp
===================================================================
--- pcbsd/trunk/kcmPBSystem/cvsupprogress.cpp 2008-07-29 19:44:02 UTC (rev 2488)
+++ pcbsd/trunk/kcmPBSystem/cvsupprogress.cpp 2008-07-30 13:25:58 UTC (rev 2489)
@@ -149,6 +149,7 @@
{
changeUi = new FastestCvsup();
connect(changeUi, SIGNAL(found(QString*)), this, SLOT(setCvsupServer(QString*)));
+ changeUi->init();
changeUi->show();
}
More information about the Commits
mailing list