summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-12-06 21:34:13 +0100
committerStef Walter <stefw@collabora.co.uk>2011-12-08 20:31:06 +0100
commite10549d7f3a9ae2a649473cd771948914b15be79 (patch)
treeb249b0e8454db9156ba698b28471588530c016cb /tool
parentbde64e94f83a6da4eaff6503744e200c9f1f0081 (diff)
downloadgnome-keyring-e10549d7f3a9ae2a649473cd771948914b15be79.tar.gz
Update for GckBuilder changes in libgck
* Updated for builder and immutable GckAttributes * Remove deprecated functions
Diffstat (limited to 'tool')
-rw-r--r--tool/gkr-tool-import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/gkr-tool-import.c b/tool/gkr-tool-import.c
index 7c0049a0..b8574f22 100644
--- a/tool/gkr-tool-import.c
+++ b/tool/gkr-tool-import.c
@@ -52,7 +52,7 @@ imported_object (GckObject *object,
{
gulong attr_types[3];
GckAttributes *attrs;
- GckAttribute *id;
+ const GckAttribute *id;
CK_OBJECT_CLASS klass;
const gchar *message;
GError *err = NULL;