summaryrefslogtreecommitdiff
path: root/infosatepg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'infosatepg.cpp')
-rw-r--r--infosatepg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/infosatepg.cpp b/infosatepg.cpp
index c580dee..89ae1b6 100644
--- a/infosatepg.cpp
+++ b/infosatepg.cpp
@@ -174,7 +174,7 @@ void cPluginInfosatepg::MainThreadHook(void)
cString cPluginInfosatepg::Active(void)
{
// Returns a message string if shutdown should be postponed
- if (!global->Locked())
+ if (!global->isLocked())
return tr("Infosat plugin still working");
return NULL;
}