[krb5-auth-dialog] applet: Fix cache removal



commit a4648dbad57ee7a5b024f9ce54254b1bb7d16248
Author: Guido Günther <agx sigxcpu org>
Date:   Mon Feb 15 14:09:17 2021 +0100

    applet: Fix cache removal
    
    It used the wrong action name.

 src/ka-applet.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/ka-applet.c b/src/ka-applet.c
index a56342e..ceed36c 100644
--- a/src/ka-applet.c
+++ b/src/ka-applet.c
@@ -622,7 +622,7 @@ ka_send_event_notification (KaApplet *self,
     else
         g_notification_add_button (notification,
                                    _("Remove Credentials Cache"),
-                                   "app.acquire-remove-ccache");
+                                   "app.remove-ccache");
 
     g_application_send_notification (G_APPLICATION (self),
                                      PACKAGE,


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