diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-12 07:43:51 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-12 07:43:51 (GMT) |
commit | 80428ecdd6411a94cf1248d113535b938fe6dbea (patch) | |
tree | a84c0a410696226446460533a6f5472dd001287e /src/gtkext/statusstack.c | |
parent | fd2f458abac21ceefa55468e1cb072ed16224a8e (diff) |
Create a dialog window allowing to configure the default secret storage.
Diffstat (limited to 'src/gtkext/statusstack.c')
-rw-r--r-- | src/gtkext/statusstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkext/statusstack.c b/src/gtkext/statusstack.c index 1b558ba..76dbee8 100644 --- a/src/gtkext/statusstack.c +++ b/src/gtkext/statusstack.c @@ -345,7 +345,7 @@ void gtk_status_stack_reset(GtkStatusStack *stack) /****************************************************************************** * * * Paramètres : storage = gardien des secrets impliqué. * - window = fenêtre dont la barre de statut est à actualiser. * +* stack = barre de statut à actualiser. * * * * Description : Note le changement de verrouillage du stockage sécurisé. * * * |