diff options
author | Stefan Walter <stefw@src.gnome.org> | 2009-01-17 20:27:12 +0000 |
---|---|---|
committer | Stefan Walter <stefw@src.gnome.org> | 2009-01-17 20:27:12 +0000 |
commit | 9ecb5005899a9fd5cd1575b5d10f294cf126d24b (patch) | |
tree | ef6b6b84390c527175b926f36760df316a4b45a9 /daemon | |
parent | c9e16f020c0c2f6b79ffd4f8b1d1e813db9ef4ed (diff) |
Build and warning fixes.
* configure.in:
* daemon/pkcs11/gkr-pkcs11-auth.c:
* pkcs11/gck/gck-data-file.c:
* pkcs11/plex-layer/gck-plex-layer.c: Build and warning fixes.
svn path=/trunk/; revision=1460
Diffstat (limited to 'daemon')
-rw-r--r-- | daemon/pkcs11/gkr-pkcs11-auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/daemon/pkcs11/gkr-pkcs11-auth.c b/daemon/pkcs11/gkr-pkcs11-auth.c index fe2d20b6..a6b81eb9 100644 --- a/daemon/pkcs11/gkr-pkcs11-auth.c +++ b/daemon/pkcs11/gkr-pkcs11-auth.c @@ -374,7 +374,6 @@ gkr_pkcs11_auth_login_user_prompt (CK_SESSION_HANDLE handle, CK_TOKEN_INFO *info flags = GKR_ASK_REQUEST_PASSWORD | GKR_ASK_REQUEST_OK_DENY_BUTTONS; ask = gkr_ask_request_new (_("Unlock certificate/key storage"), _("Enter password to unlock the certificate/key storage"), flags); - gkr_ask_request_set_secondary (ask, secondary); secondary = g_strdup_printf (_("An application wants access to the certificate/key storage '%s', but it is locked"), label); gkr_ask_request_set_secondary (ask, secondary); |