diff mcabber/src/main.c @ 1065:230dca34dbea

Extand pgp_data structure Extand pgp_data structure so that we can disbale PGP per contact and compare the signature key with a reference key id.
author Mikael Berthe <mikael@lilotux.net>
date Sat, 02 Dec 2006 11:13:40 +0100
parents c0d44a9a99bc
children 910e2cce49b3
line wrap: on
line diff
--- a/mcabber/src/main.c	Fri Dec 01 23:50:52 2006 +0100
+++ b/mcabber/src/main.c	Sat Dec 02 11:13:40 2006 +0100
@@ -321,6 +321,7 @@
   /* Initialize commands system and roster */
   cmd_init();
   roster_init();
+  settings_init();
   /* Initialize charset */
   scr_InitLocaleCharSet();