summaryrefslogtreecommitdiff
path: root/plugins/CloudFile/src/events.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CloudFile/src/events.cpp')
-rw-r--r--plugins/CloudFile/src/events.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/CloudFile/src/events.cpp b/plugins/CloudFile/src/events.cpp
index df2e06ef4f..c38f89058c 100644
--- a/plugins/CloudFile/src/events.cpp
+++ b/plugins/CloudFile/src/events.cpp
@@ -9,12 +9,8 @@ int OnModulesLoaded(WPARAM, LPARAM)
HookEvent(ME_OPT_INITIALISE, OnOptionsInitialized);
// srfile
- size_t count = Services.getCount();
- for (size_t i = 0; i < count; i++) {
- CCloudService *service = Services[i];
-
+ for (auto &service : Services)
HookEventObj(ME_FILEDLG_CANCELED, OnFileDialogCanceled, service);
- }
HookEvent(ME_CLIST_PREBUILDCONTACTMENU, OnPrebuildContactMenu);