void-packages/srcpkgs/seahorse/patches/3.4.1-compile.patch

14 lines
628 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

seahorse-gpgme-keyring.c: In function seahorse_gpgme_keyring_finalize:
seahorse-gpgme-keyring.c:862:1: error: size of array _GStaticAssertCompileTimeAssertion_12 is negative
--- pgp/seahorse-gpgme-keyring.c 2012-01-27 07:50:26.000000000 -0600
+++ pgp/seahorse-gpgme-keyring.c 2012-05-06 04:54:05.214835400 -0500
@@ -859,7 +859,7 @@ seahorse_gpgme_keyring_finalize (GObject
{
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 */