From b1a6b67199a9d616df29dbf630fb70432a01052c Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 16 Jul 2024 18:59:07 +0300 Subject: =?UTF-8?q?fixes=20#4534=20(Jabber:=20=D0=BD=D0=B5=20=D1=80=D0=B0?= =?UTF-8?q?=D0=B1=D0=BE=D1=82=D0=B0=D0=B5=D1=82=20=D0=BF=D1=83=D0=BD=D0=BA?= =?UTF-8?q?=D1=82=20=D0=BC=D0=B5=D0=BD=D1=8E=20=D0=BA=D0=BE=D0=BD=D1=82?= =?UTF-8?q?=D0=B0=D0=BA=D1=82=D0=B0=20"=D0=9E=D1=82=D0=BE=D0=B7=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D0=B0=D0=B2=D1=82=D0=BE=D1=80=D0=B8=D0=B7?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8E")?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mir_app/src/proto_interface.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mir_app') diff --git a/src/mir_app/src/proto_interface.cpp b/src/mir_app/src/proto_interface.cpp index 3c0cd26ea7..584c0dbe40 100644 --- a/src/mir_app/src/proto_interface.cpp +++ b/src/mir_app/src/proto_interface.cpp @@ -361,6 +361,7 @@ void InitProtoMenus(void) mi.position = -2000001001; mi.hIcolibItem = Skin_GetIconHandle(SKINICON_AUTH_GRANT); hGrantAuth = Menu_AddContactMenuItem(&mi); + CreateServiceFunction(mi.pszService, stubGrantAuth); // "Revoke authorization" SET_UID(mi, 0x619efdcb, 0x99c0, 0x44a8, 0xbf, 0x28, 0xc3, 0xe0, 0x2f, 0xb3, 0x7e, 0x77); @@ -369,6 +370,7 @@ void InitProtoMenus(void) mi.position = -2000001000; mi.hIcolibItem = Skin_GetIconHandle(SKINICON_AUTH_REVOKE); hRevokeAuth = Menu_AddContactMenuItem(&mi); + CreateServiceFunction(mi.pszService, stubRevokeAuth); SET_UID(mi, 0xd15b841d, 0xb0fc, 0x4ab5, 0x96, 0x94, 0xcf, 0x6c, 0x6e, 0x99, 0x4b, 0x3c); // {D15B841D-B0FC-4AB5-9694-CF6C6E994B3C} mi.pszService = "Proto/Menu/LoadHistory"; -- cgit v1.2.3