diff options
Diffstat (limited to 'plugins/KeyboardNotify/src/main.cpp')
-rw-r--r-- | plugins/KeyboardNotify/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/KeyboardNotify/src/main.cpp b/plugins/KeyboardNotify/src/main.cpp index 71575ed798..305a817183 100644 --- a/plugins/KeyboardNotify/src/main.cpp +++ b/plugins/KeyboardNotify/src/main.cpp @@ -366,7 +366,7 @@ BOOL checkStatus(char *szProto) if (!szProto)
return checkGlobalStatus();
- return isStatusEnabled(CallProtoService(szProto, PS_GETSTATUS, 0, 0));
+ return isStatusEnabled(Proto_GetStatus(szProto));
}
|