diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2012-09-23 17:40:40 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-09-24 22:53:30 -0500 |
commit | 1703497b56ac7ad4c537913be23abadbd4c7da89 (patch) | |
tree | 0cb3b8ada4f50f9f8da1d8f0af53a7f38517a5e5 /system/seahorse/seahorse-3.4.1-g_clear_object.patch | |
parent | 80421d754320d66e0c7e67b5c72107c88728d972 (diff) | |
download | slackbuilds-1703497b56ac7ad4c537913be23abadbd4c7da89.tar.gz |
system/seahorse: Updated for version 3.4.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/seahorse/seahorse-3.4.1-g_clear_object.patch')
-rw-r--r-- | system/seahorse/seahorse-3.4.1-g_clear_object.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/system/seahorse/seahorse-3.4.1-g_clear_object.patch b/system/seahorse/seahorse-3.4.1-g_clear_object.patch new file mode 100644 index 0000000000..1ae6915b2e --- /dev/null +++ b/system/seahorse/seahorse-3.4.1-g_clear_object.patch @@ -0,0 +1,25 @@ +From 5286af2304b3a59a2deeb508433c13d96fe2287c Mon Sep 17 00:00:00 2001 +From: Stef Walter <stefw@gnome.org> +Date: Mon, 30 Apr 2012 20:29:42 +0200 +Subject: [PATCH] Fix typo in finalizing of GPGME keyring + +--- + pgp/seahorse-gpgme-keyring.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +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 */ +-- +1.7.8.6 + |