summaryrefslogtreecommitdiff
path: root/plugins/UserInfoEx/src/svc_refreshci.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/UserInfoEx/src/svc_refreshci.cpp')
-rw-r--r--plugins/UserInfoEx/src/svc_refreshci.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/svc_refreshci.cpp b/plugins/UserInfoEx/src/svc_refreshci.cpp
index 68a0fffce2..9f3c93d349 100644
--- a/plugins/UserInfoEx/src/svc_refreshci.cpp
+++ b/plugins/UserInfoEx/src/svc_refreshci.cpp
@@ -634,7 +634,7 @@ public:
iWait += 5000;
if (Size() && !_pProgress) {
- if (g_plugin.getByte("PopupProgress", FALSE))
+ if (g_plugin.bPopupProgress)
_pProgress = new CPopupUpdProgress(this);
else
_pProgress = new CDlgUpdProgress(this);