From: <cod...@go...> - 2008-12-04 16:40:00
|
Author: M0...@gm... Date: Thu Dec 4 08:39:19 2008 New Revision: 363 Modified: branches/iVL/.project branches/iVL/FrmRootPass.class branches/iVL/installer.gambas Log: fixed bug in next button getting disabled @ root pass Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Thu Dec 4 08:39:19 2008 @@ -2,7 +2,7 @@ # Compiled with Gambas 2.9.0 Title=VectorLinux Installer Startup=MdlCore -Version=0.1.38 +Version=0.1.39 Library=gb.gtk Library=gb.form Library=gb.debug Modified: branches/iVL/FrmRootPass.class ============================================================================== --- branches/iVL/FrmRootPass.class (original) +++ branches/iVL/FrmRootPass.class Thu Dec 4 08:39:19 2008 @@ -89,3 +89,9 @@ END WITH END + +PUBLIC SUB tbPasswd2_KeyPress() + + FMain.btnext.Enabled = TRUE + +END Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |