~ubuntu-branches/ubuntu/natty/gnome-keyring/natty

« back to all changes in this revision

Viewing changes to daemon/dbus/gkd-secret-unlock.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-12-06 17:58:28 UTC
  • mfrom: (1.1.65 upstream)
  • Revision ID: james.westby@ubuntu.com-20101206175828-8xjojyxw89qacpq7
Tags: 2.92.92.is.2.32.1-0ubuntu1
* New upstream version
* debian/control.in:
  - updated the libglib requirement
* debian/libgcr0.symbols:
  - new version update
* debian/patches/02_uidir_relocate.patch:
  - updated for the new version
* debian/patches/10_git_fix_cka_trusted_collections.patch:
  - dropped, the patch is the new version
* debian/patches/90_git_pam_headers.patch:
  - dropped, the patch is the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
        }
188
188
 
189
189
        g_clear_error (&error);
 
190
 
 
191
        /* refed for async call */
 
192
        g_object_unref (self);
190
193
}
191
194
 
192
195
static void
231
234
                gp11_attributes_add_data (template, CKA_VALUE, NULL, 0);
232
235
 
233
236
                session = gkd_secret_service_get_pkcs11_session (self->service, self->caller);
234
 
                gp11_session_create_object_async (session, template, self->cancellable, on_unlock_complete, self);
 
237
                gp11_session_create_object_async (session, template, self->cancellable, on_unlock_complete,
 
238
                                                  g_object_ref (self));
235
239
                gp11_attributes_unref (template);
236
240
 
237
241
                g_object_unref (collection);