Author: M0...@gm...
Date: Sun Jul 20 22:04:43 2008
New Revision: 65
Modified:
branches/iVL/.project
branches/iVL/MdlPartSel.module
branches/iVL/installer.gambas
Log:
Attempt to fix problem with a single partition found
Modified: branches/iVL/.project
==============================================================================
--- branches/iVL/.project (original)
+++ branches/iVL/.project Sun Jul 20 22:04:43 2008
@@ -1,7 +1,7 @@
# Gambas Project File 2.0
Title=VectorLinux Installer
Startup=MdlCore
-Version=0.0.26
+Version=0.0.27
Library=gb.gtk
Library=gb.form
Library=gb.debug
Modified: branches/iVL/MdlPartSel.module
==============================================================================
--- branches/iVL/MdlPartSel.module (original)
+++ branches/iVL/MdlPartSel.module Sun Jul 20 22:04:43 2008
@@ -50,7 +50,8 @@
y = 4
x = 8
- IF InStr(sDump1, gb.NewLine) > 0 THEN
+' IF InStr(sDump1, gb.NewLine) > 0 THEN
+ IF sDump1 <> "" THEN
sPartList = Split(sDump1, gb.NewLine)
' create header labels
Modified: branches/iVL/installer.gambas
==============================================================================
Binary files. No diff available.
|