diff options
| author | Cyrille Bagard <nocbos@gmail.com> | 2025-04-16 12:15:00 (GMT) | 
|---|---|---|
| committer | Cyrille Bagard <nocbos@gmail.com> | 2025-04-16 12:15:00 (GMT) | 
| commit | bb323895ac2d8655d5f6c85d16eefea364017298 (patch) | |
| tree | 76a02a748277ce66a8bde32d7b58e55c3ec0b701 /src/glibext | |
| parent | d1665deb8929feeb3df4d8e1913063b8431a6d41 (diff) | |
Handle optional settings for secure storage properly.
Diffstat (limited to 'src/glibext')
| -rw-r--r-- | src/glibext/secstorage.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glibext/secstorage.c b/src/glibext/secstorage.c index b118aa6..161214c 100644 --- a/src/glibext/secstorage.c +++ b/src/glibext/secstorage.c @@ -160,7 +160,7 @@ static void g_secret_storage_init(GSecretStorage *storage)  static void g_secret_storage_dispose(GObject *object)  { -    GSecretStorage *storage;                /* Gestion de stockage sécurisé*/ +    GSecretStorage *storage;                /* Version spécialisée         */      storage = G_SECRET_STORAGE(object); @@ -185,7 +185,7 @@ static void g_secret_storage_dispose(GObject *object)  static void g_secret_storage_finalize(GObject *object)  { -    GSecretStorage *storage;                /* Gestion de stockage sécurisé*/ +    GSecretStorage *storage;                /* Version spécialisée         */      storage = G_SECRET_STORAGE(object);  | 
