diff mcabber/mcabber/otr.c @ 1780:e4378fbab5d7

Major API cleanup - bump API to 4 Get rid of old CamelCase names in screen.h
author Mikael Berthe <mikael@lilotux.net>
date Sun, 14 Mar 2010 12:09:08 +0100
parents e6e89b1d7831
children e6d355e50d7a
line wrap: on
line diff
--- a/mcabber/mcabber/otr.c	Sun Mar 14 12:24:44 2010 +0200
+++ b/mcabber/mcabber/otr.c	Sun Mar 14 12:09:08 2010 +0100
@@ -611,7 +611,7 @@
   scr_LogPrint(LPRINT_LOGNORM,
                "Generating new OTR key for %s. This may take a while...",
                accountname);
-  scr_DoUpdate();
+  scr_do_update();
 
   e = otrl_privkey_generate(userstate, keyfile, accountname, protocol);