seahorse r2695 - in trunk: . pkcs11



Author: nnielsen
Date: Mon Jan  5 05:07:17 2009
New Revision: 2695
URL: http://svn.gnome.org/viewvc/seahorse?rev=2695&view=rev

Log:
	* configure.in:
	* pkcs11/seahorse-pkcs11-module.c: Update for new gp11 library changes.
	Depend on gnome-keyring 2.25.4

Modified:
   trunk/ChangeLog
   trunk/pkcs11/seahorse-pkcs11-module.c

Modified: trunk/pkcs11/seahorse-pkcs11-module.c
==============================================================================
--- trunk/pkcs11/seahorse-pkcs11-module.c	(original)
+++ trunk/pkcs11/seahorse-pkcs11-module.c	Mon Jan  5 05:07:17 2009
@@ -52,10 +52,9 @@
 			continue;
 		}
 		
+		gp11_module_set_pool_sessions (module, TRUE);
 		slots = gp11_module_get_slots (module, FALSE);
 		for (s = slots; s; s = g_list_next (s)) {
-			
-			gp11_slot_set_reuse_sessions (s->data, TRUE);
 			source = SEAHORSE_SOURCE (seahorse_pkcs11_source_new (s->data));
 			seahorse_context_take_source (NULL, source);
 		}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]