Skip to content

Commit

Permalink
Fix commit c5cfe45
Browse files Browse the repository at this point in the history
Dmesg always be in the end of report. Because is longer than any report.
  • Loading branch information
eloaders committed Dec 5, 2013
1 parent c5cfe45 commit 436f040
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/i-nex/.settings
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ File[9]=".src/ScreenShotM.module:7.0"
File[10]=".src/USB_Drives.module:13.0"
File[11]=".src/Asound_Drives.module:34.12"
File[12]=".src/FReport_Gen.form"
File[13]=".src/FReport_Gen.class:12.35"
Active=13
File[13]=".src/FReport_Gen.class:99.5"
File[14]=".src/Start_App_Args.form"
File[15]=".src/Start_App_Args.class:26.17"
File[16]=".src/ChkPrm.module:21.19"
Expand Down Expand Up @@ -71,7 +72,6 @@ File[47]=".src/Reports/MSOUND_REPORT.module:3.164"
File[48]=".src/Reports/MPastebinit.module:16.14"
File[49]=".src/Reports/MSYSTEM_REPORT.module:30.0"
File[50]=".src/Reports/MKERNEL_REPORT.module:13.54"
Active=51
File[51]=".src/Reports/MInclude.module:63.3"
File[52]=".src/Reports/MDRIVES_REPORT.module:44.33"
Count=52
Expand Down
8 changes: 4 additions & 4 deletions src/i-nex/.src/FReport_Gen.class
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,6 @@ If CheckBox8.Value = True Then
Object.Call(MInclude, "_scsi")
Endif

If CheckBox9.Value = True Then
Object.Call(MInclude, "_dmesg")
Endif

If CheckBox15.Value = True Then
Object.Call(MInclude, "_mtrr")
Endif
Expand All @@ -99,6 +95,10 @@ If CheckBox10.Value = True Then
Object.Call(MInclude, "_partitions")
Endif

If CheckBox9.Value = True Then
Object.Call(MInclude, "_dmesg")
Endif

If CheckBox11.Value = True Then
TextBox1.Text = MPastebinit.pastebin(True, ButtonBox1.Text, ComboBox1.Text)
Endif
Expand Down

0 comments on commit 436f040

Please sign in to comment.