[krb5-auth-dialog] pwdialog: Use strings instead of integer ids for dialog response



commit 5f8cf56a1e98a2ea04fbd0aa85e6dc7eaaeb0ea7
Author: Guido Günther <agx sigxcpu org>
Date:   Mon Oct 17 10:13:56 2022 +0200

    pwdialog: Use strings instead of integer ids for dialog response

 src/resources/ui/ka-pwdialog.ui | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/resources/ui/ka-pwdialog.ui b/src/resources/ui/ka-pwdialog.ui
index d85bd56..71b815f 100644
--- a/src/resources/ui/ka-pwdialog.ui
+++ b/src/resources/ui/ka-pwdialog.ui
@@ -89,8 +89,8 @@
       </object>
     </child>
     <action-widgets>
-      <action-widget response="-6">cancel_button</action-widget>
-      <action-widget response="-5">krb5_renew_button</action-widget>
+      <action-widget response="cancel">cancel_button</action-widget>
+      <action-widget response="ok">krb5_renew_button</action-widget>
     </action-widgets>
   </template>
 


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