From 76dd50202307b54088a7077718e2e2f765de6101 Mon Sep 17 00:00:00 2001 From: zorkiy Date: Thu, 7 Mar 2024 19:53:48 +0500 Subject: [PATCH] fix issues 90 --- AuthMatrix.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/AuthMatrix.py b/AuthMatrix.py index 61131f6..9ece8c9 100644 --- a/AuthMatrix.py +++ b/AuthMatrix.py @@ -622,8 +622,7 @@ def actionPerformed(self, e): valid = False if valid: - menuItem = JMenuItem("Send request(s) to AuthMatrix"); - menuItem.addActionListener(addRequestsToTab) + menuItem = JMenuItem("Send request(s) to AuthMatrix", actionPerformed=addRequestsToTab); ret.append(menuItem) if len(messages)==1: