From 9ae0f1424515b21f952125b130cf4c841dac29f2 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Fri, 19 Mar 2004 17:01:22 +0000 Subject: [ fixes bug #52829 ] 2004-03-19 Chris Toshok [ fixes bug #52829 ] * lib/smime-marshal.list: add BOOL:POINTER,POINTER for pk11_change_passwd. * lib/e-cert-db.c (e_cert_db_class_init): initialize the pk11_change_passwd signal. (e_cert_db_login_to_slot): emit "pk11_change_passwd" with old_passwd == NULL to initialize the database. * lib/e-cert-db.h: add pk11_change_passwd signal slot. * gui/component.c (smime_pk11_change_passwd): implement the portion of this that gets called with old_passwd == NULL (the only part that needs implementing yet, since we don't have a UI for changing the password.) (smime_component_init): hook up to the pk11_change_passwd signal on ECertDB. svn path=/trunk/; revision=25131 --- smime/lib/smime-marshal.list | 1 + 1 file changed, 1 insertion(+) (limited to 'smime/lib/smime-marshal.list') diff --git a/smime/lib/smime-marshal.list b/smime/lib/smime-marshal.list index 97c7a93233..dbdd3c3159 100644 --- a/smime/lib/smime-marshal.list +++ b/smime/lib/smime-marshal.list @@ -1 +1,2 @@ BOOL:POINTER,BOOL,POINTER +BOOL:POINTER,POINTER -- cgit v1.2.3