Skip to content

Commit

Permalink
Some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Mar 12, 2012
1 parent 31de3b3 commit 9a261a1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/i-nex/.project
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gambas Project File 3.0
# Compiled with Gambas 3.0.0
Title=i-nex
Startup=Start_App_Args
Startup=Finfosys
Icon=logo/i-nex.0.4.x.png
Version=0.4.6
VersionFile=1
Expand Down
6 changes: 3 additions & 3 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ SearchString=True

[OpenFile]
File[1]=".src/Finfosys.form"
Active=2
File[2]=".src/Finfosys.class:588.23"
File[3]=".src/Global.class:6.65"
File[4]=".src/About.form"
Expand All @@ -33,10 +32,11 @@ File[8]=".src/Disk_Drives.module:31.17"
File[9]=".src/ScreenShot.form"
File[10]=".src/ScreenShot.class:12.63"
File[11]=".src/ScreenShotM.module:7.0"
File[12]=".src/USB_Drives.module:56.37"
Active=12
File[12]=".src/USB_Drives.module:23.22"
File[13]=".src/Asound_Drives.module:36.32"
File[14]=".src/HWmon_coretemp.module:3.18"
File[15]=".src/Input_Devices.module:6.17"
File[15]=".src/Input_Devices.module:7.1"
File[16]=".src/Reportm.module:341.8"
File[17]=".src/FReport_Gen.form"
File[18]=".src/FReport_Gen.class:33.1"
Expand Down
2 changes: 0 additions & 2 deletions src/i-nex/.src/USB_Drives.module
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ Public Sub _inits()
riga = Split(righe[count], " ", "%%", True)
risultato = Replace(riga[0], " ", "")
lista.add(risultato)
Debug lista
Debug risultato
Next
Finfosys.ComboBox5.List = lista
Finfosys.ComboBox5.Index = 0
Expand Down
2 changes: 1 addition & 1 deletion src/i-nex/.startup
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Start_App_Args
Finfosys
i-nex
0
0
Expand Down

0 comments on commit 9a261a1

Please sign in to comment.