summaryrefslogtreecommitdiff
path: root/plugins/mRadio
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-09-27 14:40:29 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-09-27 14:40:29 +0300
commit226f2fceddb5b81d5ba7a16729b4f07e53cfafb4 (patch)
tree77d177e5517eb8267c2755b97f4fe9a3d37d1a37 /plugins/mRadio
parent15c49e3fc4cf033fffbf79e9f68a0405d5a95d14 (diff)
obsolete services from m_ignore.h converted into functions
Diffstat (limited to 'plugins/mRadio')
-rw-r--r--plugins/mRadio/i_myservice.inc4
-rw-r--r--plugins/mRadio/i_search.inc2
2 files changed, 3 insertions, 3 deletions
diff --git a/plugins/mRadio/i_myservice.inc b/plugins/mRadio/i_myservice.inc
index d6d7eaa9d9..d53663c024 100644
--- a/plugins/mRadio/i_myservice.inc
+++ b/plugins/mRadio/i_myservice.inc
@@ -170,7 +170,7 @@ begin
AnsiToWide(group,p,MirandaCP);
CreateGroupW(p,result);
mFreeMem(p);
- CallService(MS_IGNORE_IGNORE,result,IGNOREEVENT_ALL);
+ Ignore_Ignore(result,IGNOREEVENT_ALL);
end;
end;
end;
@@ -295,7 +295,7 @@ begin
SetStatus(result,ID_STATUS_OFFLINE);
- CallService(MS_IGNORE_IGNORE,result,IGNOREEVENT_USERONLINE{IGNOREEVENT_ALL});
+ Ignore_Ignore(result,IGNOREEVENT_USERONLINE);
CallService(MS_RADIO_COMMAND,MRC_PLAY,result);
end;
diff --git a/plugins/mRadio/i_search.inc b/plugins/mRadio/i_search.inc
index 4073d82d97..6bb67cd658 100644
--- a/plugins/mRadio/i_search.inc
+++ b/plugins/mRadio/i_search.inc
@@ -431,7 +431,7 @@ begin
// SetAvatar(hContact);
- CallService(MS_IGNORE_IGNORE,hContact,IGNOREEVENT_USERONLINE{IGNOREEVENT_ALL});
+ Ignore_Ignore(hContact,IGNOREEVENT_USERONLINE);
result:=hContact;
end;
end;