Skip to content

Commit

Permalink
Debug "Settings default dir = " & Print Settings.DefaultDir & ""
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Nov 6, 2013
1 parent 10a5cc0 commit 90b1438
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ File[13]=".src/FReport_Gen.form"
File[14]=".src/FReport_Gen.class:49.14"
File[15]=".src/Start_App_Args.form"
File[16]=".src/Start_App_Args.class:2.0"
File[17]=".src/ChkPrm.module:2.16"
File[17]=".src/ChkPrm.module:21.19"
File[18]=".src/thermal_zone.module:21.25"
File[19]=".src/FModules.form"
File[20]=".src/FModules.class:4.30"
Expand All @@ -46,7 +46,8 @@ File[22]=".src/net.module:104.1"
File[23]="Data/report-ng.sh:27.44"
File[24]=".src/Distribution_Detect.module:13.20"
File[25]=".src/FFlags.module:71.6"
File[26]=".src/Finfosys.class:436.2"
Active=26
File[26]=".src/Finfosys.class:12.67"
File[27]=".src/FDF.form"
File[28]=".src/FDF.class:28.69"
File[29]=".src/FNET_R_T.form"
Expand All @@ -60,7 +61,6 @@ File[36]=".src/FCpudb.module:29.33"
File[37]=".src/JSON.module:18.2"
File[38]=".src/JSONCollection.class:16.48"
File[39]=".src/Settings.class:464.34"
Active=40
File[40]=".src/Main.module:7.29"
File[41]=".src/_Settings_Keys.class:50.0"
Count=41
Expand Down
3 changes: 1 addition & 2 deletions src/i-nex/.src/ChkPrm.module
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ Public Function ChkExecDir(executable As String) As String
Shell "which " & executable & "" Wait To installdir
installdir = Replace(Replace(installdir, " ", ""), "\n", "")
Return installdir

End
End
4 changes: 2 additions & 2 deletions src/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Public Sub Form_Open()
Message.Error(("Running as root is not allowed!"))
Endif
Finfosys.TabStrip1[9].Visible = False

Debug "Settings default dir = " & Print Settings.DefaultDir & ""
Button14.Visible = ChkPrm.ChkExec("udisks")
Debug "Check for Battery"
Object.Call(battery, "_inits")
Expand All @@ -28,7 +28,7 @@ Public Sub Form_Open()
Object.Call(net, "inits")
Debug "Check available graphic DSub, DVI etc"
Object.Call(FGraphic, "_inits")
Debug "blabla"
Debug "Call to Graphic"
Object.Call(FGraphic, "_check")
Debug "Check for default display manager"
If default_display_manager = True Then
Expand Down

0 comments on commit 90b1438

Please sign in to comment.