about summary refs log tree commit diff stats
path: root/src/otr
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-01 21:52:04 +0100
committerJames Booth <boothj5@gmail.com>2014-04-01 21:52:04 +0100
commit404dde281018596e3ff8b8b46dddbf622cc9670a (patch)
tree32dde71cf41ea9be57813c6ab0b419f467d36b38 /src/otr
parente8e5ab597a6233a8ae7af75aee51451de51ed0e5 (diff)
downloadprofani-tty-404dde281018596e3ff8b8b46dddbf622cc9670a.tar.gz
Renamed refresh functions to update_virtual
Diffstat (limited to 'src/otr')
-rw-r--r--src/otr/otr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/otr/otr.c b/src/otr/otr.c
index efd8b38c..af43854c 100644
--- a/src/otr/otr.c
+++ b/src/otr/otr.c
@@ -234,7 +234,7 @@ _otr_keygen(ProfAccount *account)
     cons_show("Generating private key, this may take some time.");
     cons_show("Moving the mouse randomly around the screen may speed up the process!");
     ui_current_page_off();
-    ui_refresh();
+    ui_update_screen();
     err = otrl_privkey_generate(user_state, keysfilename->str, account->jid, "xmpp");
     if (!err == GPG_ERR_NO_ERROR) {
         g_string_free(basedir, TRUE);