Tweaks for issue #125

This commit is contained in:
MikeMaximus
2018-02-24 13:22:07 -06:00
parent 2d0e4a136d
commit a745624e83
+1 -3
View File
@@ -1228,7 +1228,6 @@ Public Class frmMain
Dim prsNotify As Process Dim prsNotify As Process
Dim bNotifyFailed As Boolean Dim bNotifyFailed As Boolean
Dim sUrgency As String Dim sUrgency As String
Dim sIconLocation As String
Dim sNotifyArgs As String Dim sNotifyArgs As String
'Thread Safe (If one control requires an invoke assume they all do) 'Thread Safe (If one control requires an invoke assume they all do)
@@ -1281,8 +1280,7 @@ Public Class frmMain
sUrgency = "low" sUrgency = "low"
End Select End Select
sIconLocation = "/usr/share/icons/hicolor/256x256/apps/gbm.png" sNotifyArgs = "-i gbm " & "-u " & sUrgency & " """ & App_NameLong & """ """ & sLogUpdate.Replace("""", "\""") & """"
sNotifyArgs = "-i " & sIconLocation & " -u " & sUrgency & " -t 10000 """ & App_NameLong & """ """ & sLogUpdate.Replace("""", "\""") & """"
Try Try
'Execute notify-send 'Execute notify-send