Author: uelsk8s
Date: Thu Jan 22 08:11:32 2009
New Revision: 468
Modified:
branches/iVL/.project
branches/iVL/FrmNetConf.class
branches/iVL/installer.gambas
Log:
moe fixed bug in netconf for not found ifaces
Modified: branches/iVL/.project
==============================================================================
--- branches/iVL/.project (original)
+++ branches/iVL/.project Thu Jan 22 08:11:32 2009
@@ -2,7 +2,7 @@
# Compiled with Gambas 2.10.2
Title=VectorLinux Installer
Startup=MdlCore
-Version=0.1.27
+Version=0.1.28
Library=gb.gtk
Library=gb.form
Library=gb.debug
@@ -17,7 +17,7 @@
Language=en_US
ControlPublic=1
ModulePublic=1
-ExecPath=/home/vluser/devel/iVL/installer.gambas
+ExecPath=/home/uel/gui-installer/installer.gambas
Maintainer=M0E-lnx
Vendor=VectorLinux
Address=M0...@gm...
Modified: branches/iVL/FrmNetConf.class
==============================================================================
--- branches/iVL/FrmNetConf.class (original)
+++ branches/iVL/FrmNetConf.class Thu Jan 22 08:11:32 2009
@@ -47,7 +47,7 @@
TSNetDevices.Index = 0
'Message(TSNetDevices.Count)
'RETURN
- FOR i = 0 TO TSNetDevices.Count
+ FOR i = 0 TO TSNetDevices.Count - 1
TSNetDevices.Index = i
IF TSNetDevices.Text = "" THEN
TSNetDevices[i].Delete
Modified: branches/iVL/installer.gambas
==============================================================================
Binary files. No diff available.
|