From: <cod...@go...> - 2008-12-17 22:03:25
|
Author: M0...@gm... Date: Wed Dec 17 13:18:05 2008 New Revision: 424 Modified: branches/iVL/.project branches/iVL/MdlNetConf.module branches/iVL/installer.gambas Log: bugfix netconf module Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Wed Dec 17 13:18:05 2008 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.9.0 Title=VectorLinux Installer Startup=MdlCore -Version=0.1.15 +Version=0.1.17 Library=gb.gtk Library=gb.form Library=gb.debug Modified: branches/iVL/MdlNetConf.module ============================================================================== --- branches/iVL/MdlNetConf.module (original) +++ branches/iVL/MdlNetConf.module Wed Dec 17 13:18:05 2008 @@ -82,7 +82,7 @@ seths = Trim(seths) - 'IF seths = "" THEN + IF seths = "" THEN WITH FrmNetConf .cbUseManDNS.Enabled = FALSE .tlPrimaryDNS.Enabled = FALSE @@ -99,7 +99,7 @@ FrmNetConf.TSNetDevices.Text = "Ethernet" ME.ifaceCnt = 0 RETURN -' END IF + END IF Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |