Dominique Leuenberger
d8a1ccd440
Fix build... with a patch from upstream OBS-URL: https://build.opensuse.org/request/show/121489 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=128
23 lines
702 B
Diff
23 lines
702 B
Diff
From f8a0cfcfc78f487447a347309affa6acadcfe77f Mon Sep 17 00:00:00 2001
|
|
From: Stef Walter <stefw@gnome.org>
|
|
Date: Mon, 30 Apr 2012 18:29:42 +0000
|
|
Subject: Fix typo in finalizing of GPGME keyring
|
|
|
|
---
|
|
diff --git a/pgp/seahorse-gpgme-keyring.c b/pgp/seahorse-gpgme-keyring.c
|
|
index 79ff39b..579ab09 100644
|
|
--- a/pgp/seahorse-gpgme-keyring.c
|
|
+++ b/pgp/seahorse-gpgme-keyring.c
|
|
@@ -859,7 +859,7 @@ seahorse_gpgme_keyring_finalize (GObject *object)
|
|
{
|
|
SeahorseGpgmeKeyring *self = SEAHORSE_GPGME_KEYRING (object);
|
|
|
|
- g_clear_object (self->pv->actions);
|
|
+ g_clear_object (&self->pv->actions);
|
|
g_hash_table_destroy (self->pv->keys);
|
|
|
|
/* All monitoring and scheduling should be done */
|
|
--
|
|
cgit v0.9.0.2
|
|
|