[PC-BSD Commits] r2490 - pcbsd/trunk/kcmPBSystem
svn at pcbsd.org
svn at pcbsd.org
Wed Jul 30 06:28:56 PDT 2008
Author: kris
Date: 2008-07-30 06:28:56 -0700 (Wed, 30 Jul 2008)
New Revision: 2490
Modified:
pcbsd/trunk/kcmPBSystem/pbsystemtab.cpp
Log:
Fixed calling init() on portsnap, now we can download the ports tree again.
Modified: pcbsd/trunk/kcmPBSystem/pbsystemtab.cpp
===================================================================
--- pcbsd/trunk/kcmPBSystem/pbsystemtab.cpp 2008-07-30 13:25:58 UTC (rev 2489)
+++ pcbsd/trunk/kcmPBSystem/pbsystemtab.cpp 2008-07-30 13:28:56 UTC (rev 2490)
@@ -389,6 +389,7 @@
void PBSystemTab::fetchPortsPressed()
{
portsnapUI = new PortsnapProgress();
+ portsnapUI->init();
portsnapUI->show();
}
More information about the Commits
mailing list