summaryrefslogtreecommitdiff
path: root/src/mir_app
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-03-26 19:20:18 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-03-26 19:20:27 +0300
commit6ae4da7c29bf777cf96b651af1a9a429d20c7b9e (patch)
tree98f94091df0c22e6fdd6a40c1c2ab606f504e024 /src/mir_app
parentb3ea3ad070b6a06a156613c33b8863bf160dac1b (diff)
we shall never load two Popup.dll at a time
Diffstat (limited to 'src/mir_app')
-rw-r--r--src/mir_app/src/newplugins.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mir_app/src/newplugins.cpp b/src/mir_app/src/newplugins.cpp
index c77b80b7b9..4164f19ecc 100644
--- a/src/mir_app/src/newplugins.cpp
+++ b/src/mir_app/src/newplugins.cpp
@@ -114,6 +114,7 @@ static const MUUID pluginBannedList[] =
{ 0xe7c48bab, 0x8ace, 0x4cb3, { 0x84, 0x46, 0xd4, 0xb7, 0x34, 0x81, 0xf4, 0x97 } }, // mra
{ 0x73a9615c, 0x7d4e, 0x4555, { 0xba, 0xdb, 0xee, 0x05, 0xdc, 0x92, 0x8e, 0xff } }, // icqoscar8
{ 0xcf97fd5d, 0xb911, 0x47a8, { 0xaf, 0x03, 0xd2, 0x19, 0x68, 0xb5, 0xb8, 0x94 } }, // sms
+ { 0x26a9125d, 0x7863, 0x4e01, { 0xaf, 0x0e, 0xd1, 0x4e, 0xf9, 0x5c, 0x50, 0x54 } }, // old Popup.dll
};
bool isPluginBanned(const MUUID &u1)