[PC-BSD Commits] r1430 - pbibuild/pbi-source/PBIsource
svn at pcbsd.org
svn at pcbsd.org
Fri Feb 22 08:11:15 PST 2008
Author: kris
Date: 2008-02-22 08:11:14 -0800 (Fri, 22 Feb 2008)
New Revision: 1430
Modified:
pbibuild/pbi-source/PBIsource/pbi.ui.h
Log:
Fixed a small bug in PBI installer, show the directory page ALL the time
even fi we have no desktop icons
Modified: pbibuild/pbi-source/PBIsource/pbi.ui.h
===================================================================
--- pbibuild/pbi-source/PBIsource/pbi.ui.h 2008-02-22 15:27:04 UTC (rev 1429)
+++ pbibuild/pbi-source/PBIsource/pbi.ui.h 2008-02-22 16:11:14 UTC (rev 1430)
@@ -334,7 +334,7 @@
// If we have a package with no desktop icons, remove the page
if (NoMenuCheck == 1)
{
- removePage(page(2));
+ removePage(page(3));
}
if ( NoTaskbarCheck == 1)
More information about the Commits
mailing list