From: <cod...@go...> - 2008-11-21 14:39:54
|
Author: M0E.lnx Date: Fri Nov 21 06:38:42 2008 New Revision: 313 Modified: branches/iVL/.project branches/iVL/FMain.class branches/iVL/FrmUserAdd.class branches/iVL/installer.gambas Log: Removed X configuration, updated binary, fixed version numbers Modified: branches/iVL/.project ============================================================================== --- branches/iVL/.project (original) +++ branches/iVL/.project Fri Nov 21 06:38:42 2008 @@ -1,8 +1,8 @@ # Gambas Project File 2.0 # Compiled with Gambas 2.9.0 Title=VectorLinux Installer -Startup=FrmUserAdd -Version=0.0.220 +Startup=MdlCore +Version=0.1.2 Library=gb.gtk Library=gb.form Library=gb.debug Modified: branches/iVL/FMain.class ============================================================================== --- branches/iVL/FMain.class (original) +++ branches/iVL/FMain.class Fri Nov 21 06:38:42 2008 @@ -521,11 +521,11 @@ END IF - ' CONFIGURE X QUIETLY HERE - Message.Warning(("VectorLinux will now try to detect and configure your graphics hardware.") & "<br>" & - ("Your screen may flicker or go blank for a few seconds during this process.")) - - MdlXconf.QUIET_XORG_CONFIGURATION() + ' ' ' ' ' CONFIGURE X QUIETLY HERE + ' ' ' ' Message.Warning(("VectorLinux will now try to detect and configure your graphics hardware.") & "<br>" & + ' ' ' ' ("Your screen may flicker or go blank for a few seconds during this process.")) + ' ' ' ' + ' ' ' ' MdlXconf.QUIET_XORG_CONFIGURATION() frmNext = FrmDone Modified: branches/iVL/FrmUserAdd.class ============================================================================== --- branches/iVL/FrmUserAdd.class (original) +++ branches/iVL/FrmUserAdd.class Fri Nov 21 06:38:42 2008 @@ -28,10 +28,10 @@ Fmain.frmcurr = ME MdlUsrAdd.iUsrAccts = 0 WITH FMain - ' .FrmCurr = ME - ' .tvPlan["Conf2"].Picture = MdlCore.sDonePic - ' .tvPlan["Conf3"].picture = MdlCore.sNowPic - ' .tvPlan["Conf3"].Selected = TRUE + .FrmCurr = ME + .tvPlan["Conf2"].Picture = MdlCore.sDonePic + .tvPlan["Conf3"].picture = MdlCore.sNowPic + .tvPlan["Conf3"].Selected = TRUE END WITH WITH ME .tlBanner.Text = "<h3>" & ("Create User Accounts") & "</h3>" Modified: branches/iVL/installer.gambas ============================================================================== Binary files. No diff available. |