diff options
Diffstat (limited to 'src')
| -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);  | 
