Renamed refresh functions to update_virtual

This commit is contained in:
James Booth
2014-04-01 21:52:04 +01:00
parent e8e5ab597a
commit 404dde2810
17 changed files with 136 additions and 136 deletions

View File

@@ -2644,7 +2644,7 @@ cmd_otr(gchar **args, struct cmd_help_t help)
} else if (strcmp(args[0], "warn") == 0) {
gboolean result = _cmd_set_boolean_preference(args[1], help,
"OTR warning message", PREF_OTR_WARN);
ui_current_refresh();
ui_current_update_virtual();
return result;
} else if (strcmp(args[0], "libver") == 0) {
char *version = otr_libotr_version();