Author: M0...@gm...
Date: Fri Dec 12 12:53:52 2008
New Revision: 404
Modified:
branches/iVL/.project
branches/iVL/MdlInstallCustom.module
branches/iVL/installer.gambas
Log:
Updated binary
Modified: branches/iVL/.project
==============================================================================
--- branches/iVL/.project (original)
+++ branches/iVL/.project Fri Dec 12 12:53:52 2008
@@ -2,7 +2,7 @@
# Compiled with Gambas 2.9.0
Title=VectorLinux Installer
Startup=MdlCore
-Version=0.1.13
+Version=0.1.14
Library=gb.gtk
Library=gb.form
Library=gb.debug
Modified: branches/iVL/MdlInstallCustom.module
==============================================================================
--- branches/iVL/MdlInstallCustom.module (original)
+++ branches/iVL/MdlInstallCustom.module Fri Dec 12 12:53:52 2008
@@ -203,7 +203,7 @@
' install this package
EXEC ["echo \" \" > /tmp/installdump"] WAIT
FrmInstallSys.tlCurrPkg.Text = ("Installing") & Space(1) &
FrmUsrPkgSel.GridView1[ii, 1].Text
- FrmInstallSys.pbInstallProg.Value = i / iStepTotal
+ FrmInstallSys.pbInstallProg.Value = i / iStepTotal
INC ClsGlobal.iPkgNum
FrmInstallSys.pbInstallProg2.Value =
MdlSetup.UPDATE_OVERALL_PROGRESS(ClsGlobal.iPkgTot, ClsGlobal.iPkgNum)
Modified: branches/iVL/installer.gambas
==============================================================================
Binary files. No diff available.
|