From 439f71c3bdba93032f4b13251481b6dd9d9fb080 Mon Sep 17 00:00:00 2001 From: piernov Date: Wed, 23 May 2012 15:00:44 +0000 Subject: seahorse 3.4.1-1 màj port MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- seahorse/fix-typo-gpgme.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 seahorse/fix-typo-gpgme.patch (limited to 'seahorse/fix-typo-gpgme.patch') diff --git a/seahorse/fix-typo-gpgme.patch b/seahorse/fix-typo-gpgme.patch new file mode 100644 index 0000000..0c23d79 --- /dev/null +++ b/seahorse/fix-typo-gpgme.patch @@ -0,0 +1,21 @@ +From f8a0cfcfc78f487447a347309affa6acadcfe77f Mon Sep 17 00:00:00 2001 +From: Stef Walter +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 -- cgit v1.2.3-54-g00ecf