diff options
author | George Hazan <ghazan@miranda.im> | 2019-09-27 14:40:29 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-09-27 14:40:29 +0300 |
commit | 226f2fceddb5b81d5ba7a16729b4f07e53cfafb4 (patch) | |
tree | 77d177e5517eb8267c2755b97f4fe9a3d37d1a37 /plugins/mRadio/i_myservice.inc | |
parent | 15c49e3fc4cf033fffbf79e9f68a0405d5a95d14 (diff) |
obsolete services from m_ignore.h converted into functions
Diffstat (limited to 'plugins/mRadio/i_myservice.inc')
-rw-r--r-- | plugins/mRadio/i_myservice.inc | 4 |
1 files changed, 2 insertions, 2 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;
|