[GB.DBUS]
* BUG: Oops, forgot the TRY instruction when checking for a DBus StatusNotifierHost. git-svn-id: svn://localhost/gambas/trunk@7174 867c0c6c-44f3-4631-809d-bfa615b0a4ec
This commit is contained in:
parent
15b5ed13ef
commit
e18fa97821
1 changed files with 1 additions and 1 deletions
|
@ -127,6 +127,6 @@ End
|
|||
|
||||
Static Public Sub _HasSystemTray() As Boolean
|
||||
|
||||
Return DBus["org.kde.StatusNotifierWatcher"]["/StatusNotifierWatcher", "org.kde.StatusNotifierWatcher"].IsStatusNotifierHostRegistered
|
||||
Try Return DBus["org.kde.StatusNotifierWatcher"]["/StatusNotifierWatcher", "org.kde.StatusNotifierWatcher"].IsStatusNotifierHostRegistered
|
||||
|
||||
End
|
||||
|
|
Loading…
Reference in a new issue