summaryrefslogtreecommitdiff
path: root/plugins/Actman/ua/ua.pas
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Actman/ua/ua.pas')
-rw-r--r--plugins/Actman/ua/ua.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Actman/ua/ua.pas b/plugins/Actman/ua/ua.pas
index e6e33aeaad..da59fda540 100644
--- a/plugins/Actman/ua/ua.pas
+++ b/plugins/Actman/ua/ua.pas
@@ -55,7 +55,7 @@ begin
begin
with NamesArray[i] do
begin
- enable:=(service=nil) or (ServiceExists(service)<>0);
+ enable:=(service=nil) or ServiceExists(service);
end;
end;
end;