summaryrefslogtreecommitdiff
path: root/security/seahorse/patches/patch-ae
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-04-11 21:48:02 +0000
committerdrochner <drochner@pkgsrc.org>2007-04-11 21:48:02 +0000
commit1897833bf6b1e413e58c70c25c472559beb41406 (patch)
tree2e54511c9e7c42fd7c40d1664cec465e3e9631d5 /security/seahorse/patches/patch-ae
parent4ebcde7dc8043676e7cb322ce7bf6e708d87efae (diff)
downloadpkgsrc-1897833bf6b1e413e58c70c25c472559beb41406.tar.gz
update to 1.0.1
This moves this pkg to the new stable gnome branch, too much to list here.
Diffstat (limited to 'security/seahorse/patches/patch-ae')
-rw-r--r--security/seahorse/patches/patch-ae18
1 files changed, 9 insertions, 9 deletions
diff --git a/security/seahorse/patches/patch-ae b/security/seahorse/patches/patch-ae
index d7c24206b3d..d657febc752 100644
--- a/security/seahorse/patches/patch-ae
+++ b/security/seahorse/patches/patch-ae
@@ -1,18 +1,18 @@
-$NetBSD: patch-ae,v 1.1 2005/06/14 00:58:45 kristerw Exp $
+$NetBSD: patch-ae,v 1.2 2007/04/11 21:48:03 drochner Exp $
---- libseahorse/seahorse-server-source.c.orig Tue Jun 14 02:26:00 2005
-+++ libseahorse/seahorse-server-source.c Tue Jun 14 02:26:25 2005
-@@ -519,11 +519,12 @@
+--- libseahorse/seahorse-server-source.c.orig 2006-08-24 22:13:08.000000000 +0200
++++ libseahorse/seahorse-server-source.c
+@@ -346,11 +346,12 @@ static guint
seahorse_server_source_get_state (SeahorseKeySource *src)
{
SeahorseServerSource *ssrc;
+ guint state;
- g_return_val_if_fail (SEAHORSE_IS_SERVER_SOURCE (src), 0);
+ g_assert (SEAHORSE_IS_SERVER_SOURCE (src));
ssrc = SEAHORSE_SERVER_SOURCE (src);
-- guint state = SEAHORSE_KEY_SOURCE_REMOTE;
-+ state = SEAHORSE_KEY_SOURCE_REMOTE;
- if (!seahorse_operation_is_done (ssrc->priv->operation))
- state |= SEAHORSE_KEY_SOURCE_LOADING;
+- guint state = SKSRC_REMOTE;
++ state = SKSRC_REMOTE;
+ if (seahorse_operation_is_running (SEAHORSE_OPERATION (ssrc->priv->mop)))
+ state |= SKSRC_LOADING;
return state;