[gnome-keysign: 3/11] send: react to clicks on the "return signature" button




commit 201345093f6b12b9276f04c51a82b8b56a6f0424
Author: Tobias Mueller <muelli cryptobitch de>
Date:   Fri Sep 11 08:54:46 2020 +0200

    send: react to clicks on the "return signature" button
    
    This does not do anything just yet, but we have laid the infrastructure.

 keysign/send.py | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/keysign/send.py b/keysign/send.py
index 347ad4e..4205622 100644
--- a/keysign/send.py
+++ b/keysign/send.py
@@ -216,6 +216,9 @@ class SendApp:
 
     def signature_imported(self):
         self.klw.ib_import_okay.show()
+        def return_certification(button):
+            log.info("Return certification")
+        self.klw.button_ib_import_okay.connect('clicked', return_certification)
         log.info("Signature imported")
 
     def signature_import_error(self, e):


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]