From 6ae4da7c29bf777cf96b651af1a9a429d20c7b9e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Mar 2019 19:20:18 +0300 Subject: we shall never load two Popup.dll at a time --- plugins/Popup/src/main.cpp | 4 ++-- src/mir_app/src/newplugins.cpp | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/plugins/Popup/src/main.cpp b/plugins/Popup/src/main.cpp index b6d55dae02..a97c4a41b6 100644 --- a/plugins/Popup/src/main.cpp +++ b/plugins/Popup/src/main.cpp @@ -282,8 +282,8 @@ PLUGININFOEX pluginInfoEx = __COPYRIGHT, __AUTHORWEB, UNICODE_AWARE, - // {26A9125D-7863-4E01-AF0E-D14EF95C5054} - { 0x26a9125d, 0x7863, 0x4e01, { 0xaf, 0xe, 0xd1, 0x4e, 0xf9, 0x5c, 0x50, 0x54 } } + // {67716225-21F1-4A03-A69B-5FE12F128A2B} + { 0x67716225, 0x21f1, 0x4a03, 0xa6, 0x9b, 0x5f, 0xe1, 0x2f, 0x12, 0x8a, 0x2b } }; CMPlugin::CMPlugin() : 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) -- cgit v1.2.3